Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Debug_component.h

    r81 r82  
    4343#  define         DEBUG_Decod_unit                                  false
    4444#  define           DEBUG_Decod                                     false
     45#  define           DEBUG_Decod_queue                               true
    4546#  define         DEBUG_Ifetch_unit                                 false
    4647#  define           DEBUG_Address_management                        false
    4748#  define           DEBUG_Ifetch_queue                              false
    4849#  define           DEBUG_Ifetch_unit_Glue                          false
    49 #  define         DEBUG_Prediction_unit                             false
     50#  define         DEBUG_Prediction_unit                             true
    5051#  define           DEBUG_Branch_Target_Buffer                      false
    5152#  define             DEBUG_Branch_Target_Buffer_Glue               false
     
    5556#  define             DEBUG_Meta_Predictor                          false
    5657#  define               DEBUG_Meta_Predictor_Glue                   false
    57 #  define                 DEBUG_Two_Level_Branch_Predictor          false
    58 #  define                   DEBUG_Two_Level_Branch_Predictor_Glue   false
    59 #  define                   DEBUG_Branch_History_Table              false
    60 #  define                   DEBUG_Pattern_History_Table             false
    61 #  define           DEBUG_Prediction_unit_Glue                      true
    62 #  define           DEBUG_Return_Address_Stack                      true
     58#  define               DEBUG_Two_Level_Branch_Predictor            false
     59#  define                 DEBUG_Two_Level_Branch_Predictor_Glue     false
     60#  define                 DEBUG_Branch_History_Table                false
     61#  define                 DEBUG_Pattern_History_Table               false
     62#  define           DEBUG_Prediction_unit_Glue                      false
     63#  define           DEBUG_Return_Address_Stack                      false
    6364#  define           DEBUG_Update_Prediction_Table                   true
    6465#  define     DEBUG_Multi_OOO_Engine                                false
Note: See TracChangeset for help on using the changeset viewer.