Changeset 83 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- May 9, 2008, 8:00:21 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
r82 r83 41 41 # define DEBUG_Multi_Front_end false 42 42 # define DEBUG_Front_end false 43 # define DEBUG_Context_State true 43 44 # define DEBUG_Decod_unit false 44 45 # define DEBUG_Decod false 45 # define DEBUG_Decod_queue true46 # define DEBUG_Decod_queue false 46 47 # define DEBUG_Ifetch_unit false 47 48 # define DEBUG_Address_management false 48 49 # define DEBUG_Ifetch_queue false 49 50 # define DEBUG_Ifetch_unit_Glue false 50 # define DEBUG_Prediction_unit true51 # define DEBUG_Prediction_unit false 51 52 # define DEBUG_Branch_Target_Buffer false 52 53 # define DEBUG_Branch_Target_Buffer_Glue false … … 62 63 # define DEBUG_Prediction_unit_Glue false 63 64 # define DEBUG_Return_Address_Stack false 64 # define DEBUG_Update_Prediction_Table true65 # define DEBUG_Update_Prediction_Table false 65 66 # define DEBUG_Multi_OOO_Engine false 66 67 # define DEBUG_OOO_Engine false … … 73 74 # define DEBUG_Register_translation_unit_Glue false 74 75 # define DEBUG_Stat_List_unit false 75 //#define DEBUG_Rename_queue true76 //#define DEBUG_Rename_queue false 76 77 # define DEBUG_Rename_select false 77 78 #endif -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h
r82 r83 6 6 #define MORPHEO_MAJOR_VERSION 0 7 7 #define MORPHEO_MINOR_VERSION 2 8 #define MORPHEO_REVISION 8 28 #define MORPHEO_REVISION 83 9 9 10 10 // Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION
Note: See TracChangeset
for help on using the changeset viewer.