Changeset 69 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Dec 12, 2007, 5:02:47 PM (17 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Debug_component.h
r68 r69 24 24 #define DEBUG_Multi_Read_unit false 25 25 #define DEBUG_Read_unit false 26 #define DEBUG_Read_queue true27 #define DEBUG_Reservation_station false26 #define DEBUG_Read_queue false 27 #define DEBUG_Reservation_station true 28 28 #define DEBUG_Register_unit false 29 29 #define DEBUG_Register_unit_Glue false -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h
r67 r69 113 113 string name2 , 114 114 string range2 ); 115 public : void set_alias (string name1 , 116 uint32_t size1 , 117 string name2 , 118 string range2 ); 115 119 116 120 public : string get_list (list<string> liste ,
Note: See TracChangeset
for help on using the changeset viewer.