Changeset 66 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Dec 6, 2007, 11:03:00 AM (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
r62 r66 2 2 #define DEBUG_COMPONENT_H 3 3 4 #define DEBUG_Behavioural false4 #define DEBUG_Behavioural true 5 5 #define DEBUG_Generic false 6 6 #define DEBUG_Counter false -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Types.h
r59 r66 14 14 // ***** general 15 15 typedef bool Tcontrol_t; 16 typedef uint 8_tToperation_t;17 //typedef uint 8_tTdestination1_t;18 //typedef uint 8_tTdestination2_t;19 //typedef uint 8_tTexec_flag_t;16 typedef uint32_t Toperation_t; 17 //typedef uint32_t Tdestination1_t; 18 //typedef uint32_t Tdestination2_t; 19 //typedef uint32_t Texec_flag_t; 20 20 //typedef bool Texec_excep_t; 21 //typedef uint 8_tTcondition_t;22 //typedef uint 8_tTbranch_state_t;21 //typedef uint32_t Tcondition_t; 22 //typedef uint32_t Tbranch_state_t; 23 23 24 typedef uint 8_tTexception_t;25 typedef uint 8_tTcontext_t;26 typedef uint 8_tTpacket_t;27 typedef uint 8_tTtype_t;24 typedef uint32_t Texception_t; 25 typedef uint32_t Tcontext_t; 26 typedef uint32_t Tpacket_t; 27 typedef uint32_t Ttype_t; 28 28 29 29 // ***** Register 30 typedef uint 8_tTgeneral_address_t;30 typedef uint32_t Tgeneral_address_t; 31 31 typedef uint32_t Tgeneral_data_t; 32 typedef uint 8_tTspecial_address_t;32 typedef uint32_t Tspecial_address_t; 33 33 typedef uint32_t Tspecial_data_t; 34 34 35 35 // ***** component dependant 36 36 // ~~~~~ load store queue 37 typedef uint 8_tTaccess_t;38 typedef uint 8_tTlsq_ptr_t;37 typedef uint32_t Taccess_t; 38 typedef uint32_t Tlsq_ptr_t; 39 39 typedef uint32_t Tdcache_address_t; 40 40 typedef uint32_t Tdcache_data_t; 41 41 typedef bool Tdcache_error_t; 42 typedef uint 8_tTdcache_type_t;42 typedef uint32_t Tdcache_type_t; 43 43 44 44 }; // end namespace behavioural
Note: See TracChangeset
for help on using the changeset viewer.