Changeset 53 for trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Timestamp:
- Sep 6, 2007, 6:30:49 PM (18 years ago)
- Location:
- trunk/IPs/systemC/processor/Morpheo/Behavioural/include
- Files:
- 
          - 2 edited
 
 - 
          Debug_component.h (modified) (1 diff)
- 
          Statistics.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Debug_component.hr50 r53 7 7 #define DEBUG_Group false 8 8 #define DEBUG_Shifter false 9 #define DEBUG_Register _Filefalse9 #define DEBUG_RegisterFile false 10 10 #define DEBUG_RegisterFile_Monolithic false 11 #define DEBUG_RegisterFile_Multi_Banked true11 #define DEBUG_RegisterFile_Multi_Banked false 12 12 #define DEBUG_Select false 13 13 #define DEBUG_Select_Priority_Fixed false 14 #define D EBUG_Victim false14 #define Debug_Victim false 15 15 #define DEBUG_Victim_Pseudo_LRU false 16 16 #define DEBUG_Core false 17 #define DEBUG_Multi_Execute_loop false 18 #define DEBUG_Execute_loop false 19 #define DEBUG_Multi_Read_unit false 20 #define DEBUG_Read_unit false 21 #define DEBUG_Read_queue false 17 22 #define DEBUG_Multi_Front_end false 18 23 #define DEBUG_Front_end false 
- 
        trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Statistics.hr44 r53 26 26 { 27 27 // -----[ fields ]---------------------------------------------------- 28 protected : const string _name;29 protected : const Parameters_Statistics _parameters_statistics;28 protected : const string _name; 29 protected : const Parameters_Statistics * _parameters_statistics; 30 30 31 31 protected : uint32_t _nb_statistics; // nb period ... … … 33 33 34 34 // -----[ methods ]--------------------------------------------------- 35 public : Statistics (string name ,36 Parameters_Statistics parameters_statistics);35 public : Statistics (string name , 36 Parameters_Statistics * parameters_statistics); 37 37 public : virtual ~Statistics (); 38 38 
Note: See TracChangeset
          for help on using the changeset viewer.
      
