Ignore:
Timestamp:
May 9, 2008, 8:00:21 PM (16 years ago)
Author:
rosiere
Message:

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

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  
    4141#  define     DEBUG_Multi_Front_end                                 false
    4242#  define       DEBUG_Front_end                                     false
     43#  define         DEBUG_Context_State                               true
    4344#  define         DEBUG_Decod_unit                                  false
    4445#  define           DEBUG_Decod                                     false
    45 #  define           DEBUG_Decod_queue                               true
     46#  define           DEBUG_Decod_queue                               false
    4647#  define         DEBUG_Ifetch_unit                                 false
    4748#  define           DEBUG_Address_management                        false
    4849#  define           DEBUG_Ifetch_queue                              false
    4950#  define           DEBUG_Ifetch_unit_Glue                          false
    50 #  define         DEBUG_Prediction_unit                             true
     51#  define         DEBUG_Prediction_unit                             false
    5152#  define           DEBUG_Branch_Target_Buffer                      false
    5253#  define             DEBUG_Branch_Target_Buffer_Glue               false
     
    6263#  define           DEBUG_Prediction_unit_Glue                      false
    6364#  define           DEBUG_Return_Address_Stack                      false
    64 #  define           DEBUG_Update_Prediction_Table                   true
     65#  define           DEBUG_Update_Prediction_Table                   false
    6566#  define     DEBUG_Multi_OOO_Engine                                false
    6667#  define       DEBUG_OOO_Engine                                    false
     
    7374#  define             DEBUG_Register_translation_unit_Glue          false
    7475#  define             DEBUG_Stat_List_unit                          false
    75 //#define           DEBUG_Rename_queue                              true
     76//#define           DEBUG_Rename_queue                              false
    7677#  define           DEBUG_Rename_select                             false
    7778#endif
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h

    r82 r83  
    66#define MORPHEO_MAJOR_VERSION 0
    77#define MORPHEO_MINOR_VERSION 2
    8 #define MORPHEO_REVISION      82
     8#define MORPHEO_REVISION      83
    99
    1010// Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION
Note: See TracChangeset for help on using the changeset viewer.