Changeset 25 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- May 21, 2007, 12:33:37 PM (18 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.