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/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,
Note: See TracChangeset for help on using the changeset viewer.