Ignore:
Timestamp:
Mar 18, 2009, 11:36:26 PM (15 years ago)
Author:
rosiere
Message:

1) Stat_list : fix retire old and new register bug
2) Stat_list : remove read_counter and valid flag, because validation of destination is in retire step (not in commit step)
3) Model : add class Model (cf Morpheo.sim)
4) Allocation : alloc_interface_begin and alloc_interface_end to delete temporary array.
5) Script : add distexe.sh
6) Add Comparator, Multiplier, Divider. But this component are not implemented
7) Software : add Dhrystone

File:
1 edited

Legend:

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

    r111 r112  
    6969  public : uint32_t              * _nb_reg_free                                   ;//[nb_rename_bloc]
    7070  public : uint32_t              * _nb_rename_unit_bank                           ;//[nb_rename_bloc]
    71   public : uint32_t              * _size_read_counter                             ;//[nb_rename_bloc]
     71//public : uint32_t              * _size_read_counter                             ;//[nb_rename_bloc]
    7272
    7373  // Read bloc
     
    250250  public : uint32_t             ** _ooo_engine_nb_reg_free                        ;//[nb_ooo_engine][nb_rename_unit]
    251251  public : uint32_t             ** _ooo_engine_nb_rename_unit_bank                ;//[nb_ooo_engine][nb_rename_unit]
    252   public : uint32_t             ** _ooo_engine_size_read_counter                  ;//[nb_ooo_engine][nb_rename_unit]
     252//   public : uint32_t             ** _ooo_engine_size_read_counter                  ;//[nb_ooo_engine][nb_rename_unit]
    253253  public : bool                *** _ooo_engine_table_routing                      ;//[nb_ooo_engine][nb_rename_unit][nb_inst_issue]
    254254  public : bool                *** _ooo_engine_table_issue_type                   ;//[nb_ooo_engine][nb_inst_issue][nb_type]
     
    381381  uint32_t              * nb_reg_free                                   ,//[nb_rename_bloc]
    382382  uint32_t              * nb_rename_unit_bank                           ,//[nb_rename_bloc]
    383   uint32_t              * size_read_counter                             ,//[nb_rename_bloc]
     383//   uint32_t              * size_read_counter                             ,//[nb_rename_bloc]
    384384
    385385  // Read bloc
Note: See TracChangeset for help on using the changeset viewer.