Ignore:
Timestamp:
Feb 5, 2008, 5:21:20 PM (16 years ago)
Author:
rosiere
Message:
  • Add two component :
    • network between read unit and execute unit
    • network between execute unit and write unit
  • remove parameters "nb_operation" and "nb_type"
  • in write_queue add the special case : load_speculative
File:
1 edited

Legend:

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

    r73 r77  
    2929#define         DEBUG_Multi_Write_unit                            false
    3030#define           DEBUG_Write_unit                                false
    31 #define             DEBUG_Execute_queue                           true
    32 #define             DEBUG_Write_queue                             true
     31#define             DEBUG_Execute_queue                           false
     32#define             DEBUG_Write_queue                             false
     33#define         DEBUG_Network                                     true
     34#define           DEBUG_Execution_unit_to_Write_unit              true
     35#define           DEBUG_Read_unit_to_Execution_unit               true
    3336#define         DEBUG_Register_unit                               false
    3437#define           DEBUG_Register_unit_Glue                        false
Note: See TracChangeset for help on using the changeset viewer.