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

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/include
Files:
3 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
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Stat.h

    r81 r84  
    8181                                                               std::string expr,
    8282                                                               bool each_cycle=false);
     83
     84    public  : void               create_expr                  (std::string    varname,
     85                                                               std::string    expr,
     86                                                               counter_type_t type,
     87                                                               std::string    unit,
     88                                                               std::string    description,
     89                                                               bool each_cycle=false);
     90
    8391    public  : void               create_expr_average          (std::string varname,
    8492                                                               std::string expr_sum,
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h

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