Changeset 50 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Aug 17, 2007, 6:00:56 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
r44 r50 2 2 #define DEBUG_COMPONENT_H 3 3 4 #define DEBUG_Behavioural true 5 #define DEBUG_Generic false 6 #define DEBUG_Counter false 7 #define DEBUG_Group false 8 #define DEBUG_Shifter false 9 #define DEBUG_Register_File false 10 #define DEBUG_RegisterFile_Monolithic false 11 #define DEBUG_RegisterFile_Multi_Banked false 12 #define DEBUG_RegisterFile_Multi_Banked_Glue false 13 #define DEBUG_Select false 14 #define DEBUG_Select_Priority_Fixed false 15 #define DEBUG_Victim false 16 #define DEBUG_Victim_Pseudo_LRU false 17 #define DEBUG_Stage_1_Ifetch false 18 #define DEBUG_Predictor false 19 #define DEBUG_Meta_Predictor false 20 #define DEBUG_Meta_Predictor_Glue false 21 #define DEBUG_Two_Level_Branch_Predictor false 22 #define DEBUG_Two_Level_Branch_Predictor_Glue false 23 #define DEBUG_Branch_History_Table false 24 #define DEBUG_Pattern_History_Table false 25 #define DEBUG_Stage_5_Execute false 26 #define DEBUG_Execution_cluster false 27 #define DEBUG_Execution_group false 28 #define DEBUG_Execution_unit false 4 #define DEBUG_Behavioural false 5 #define DEBUG_Generic false 6 #define DEBUG_Counter false 7 #define DEBUG_Group false 8 #define DEBUG_Shifter false 9 #define DEBUG_Register_File false 10 #define DEBUG_RegisterFile_Monolithic false 11 #define DEBUG_RegisterFile_Multi_Banked true 12 #define DEBUG_Select false 13 #define DEBUG_Select_Priority_Fixed false 14 #define DEBUG_Victim false 15 #define DEBUG_Victim_Pseudo_LRU false 16 #define DEBUG_Core false 17 #define DEBUG_Multi_Front_end false 18 #define DEBUG_Front_end false 19 #define DEBUG_Prediction_unit false 20 #define DEBUG_Direction false 21 #define DEBUG_Meta_Predictor false 22 #define DEBUG_Meta_Predictor_Glue false 23 #define DEBUG_Two_Level_Branch_Predictor false 24 #define DEBUG_Two_Level_Branch_Predictor_Glue false 25 #define DEBUG_Branch_History_Table false 26 #define DEBUG_Pattern_History_Table false 29 27 30 28 #endif -
trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Parameters_Statistics.h
r2 r50 10 10 */ 11 11 12 #include "Common/include/Debug.h" 12 13 #include <stdint.h> 13 14 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.