Ignore:
Timestamp:
May 13, 2008, 8:04:50 PM (16 years ago)
Author:
rosiere
Message:

Change Address_manager :

  • before : pc_previous, pc_current, pc_next
  • now : pc_current, pc_next, pc_next_next.

pc_next is send at the prediction_unit, it return the instruction_enable and pc_next_next

File:
1 edited

Legend:

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

    r83 r84  
    4141#  define     DEBUG_Multi_Front_end                                 false
    4242#  define       DEBUG_Front_end                                     false
    43 #  define         DEBUG_Context_State                               true
     43#  define         DEBUG_Context_State                               false
    4444#  define         DEBUG_Decod_unit                                  false
    4545#  define           DEBUG_Decod                                     false
    4646#  define           DEBUG_Decod_queue                               false
    4747#  define         DEBUG_Ifetch_unit                                 false
    48 #  define           DEBUG_Address_management                        false
     48#  define           DEBUG_Address_management                        true
    4949#  define           DEBUG_Ifetch_queue                              false
    5050#  define           DEBUG_Ifetch_unit_Glue                          false
Note: See TracChangeset for help on using the changeset viewer.