Changeset 67 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Dec 6, 2007, 8:57:49 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
r66 r67 2 2 #define DEBUG_COMPONENT_H 3 3 4 #define DEBUG_Behavioural true4 #define DEBUG_Behavioural false 5 5 #define DEBUG_Generic false 6 6 #define DEBUG_Counter false 7 7 #define DEBUG_Group false 8 #define DEBUG_Queue true 8 9 #define DEBUG_Queue_Control false 9 10 #define DEBUG_Shifter false … … 20 21 #define DEBUG_Multi_Execute_unit false 21 22 #define DEBUG_Execute_unit false 22 #define DEBUG_Load_store_unit true23 #define DEBUG_Load_store_unit false 23 24 #define DEBUG_Multi_Read_unit false 24 25 #define DEBUG_Read_unit false 25 #define DEBUG_Read_queue false26 #define DEBUG_Read_queue true 26 27 #define DEBUG_Reservation_station false 27 #define DEBUG_Register_unit true28 #define DEBUG_Register_unit false 28 29 #define DEBUG_Register_unit_Glue false 29 30 #define DEBUG_Multi_Front_end false -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Vhdl.h
r65 r67 28 28 string std_logic_conv (uint32_t size, string value); 29 29 string std_logic_conv (uint32_t size, uint32_t value); 30 string std_logic_range (uint32_t size, uint32_t max , uint32_t min ); 30 31 string std_logic_range (uint32_t max , uint32_t min ); 31 32 string std_logic_range (uint32_t size);
Note: See TracChangeset
for help on using the changeset viewer.