Changeset 25 for trunk/IPs/systemC
- Timestamp:
- May 21, 2007, 12:33:37 PM (17 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/Makefile.defs
r23 r25 6 6 7 7 #-----[ Directory ]---------------------------------------- 8 DIR_COMPONENT_MORPHEO = .. /8 DIR_COMPONENT_MORPHEO = .. 9 9 DIR_MORPHEO = $(DIR_COMPONENT)/$(DIR_COMPONENT_MORPHEO) -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h
r2 r25 14 14 #include <iostream> 15 15 #include <list> 16 #include "Behavioural/include/Direction.h" 16 17 #include "Include/ToString.h" 17 18 #include "Include/Debug.h" … … 21 22 namespace morpheo { 22 23 namespace behavioural { 23 24 typedef enum { IN, OUT, INOUT } direction_t;25 24 26 25 string std_logic (uint32_t size);
Note: See TracChangeset
for help on using the changeset viewer.