Ignore:
Timestamp:
Feb 1, 2011, 9:57:54 PM (13 years ago)
Author:
rosiere
Message:

1) Integration of RegisterFile_Internal_Banked in RegisterFile?
2) Erase "read_write" interface in RegisterFile_Monolithic component
3) Add smith predictor parameters in Load_store_pointer_unit.
4) Fix not statistics flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Monolithic/include/Parameters.h

    r137 r146  
    2323  public : uint32_t    _nb_port_read ;
    2424  public : uint32_t    _nb_port_write;
    25   public : uint32_t    _nb_port_read_write;
    2625  public : uint32_t    _nb_word      ;
    2726  public : uint32_t    _size_word    ;
     
    3433  public : Parameters (uint32_t    nb_port_read ,
    3534                       uint32_t    nb_port_write,
    36                        uint32_t    nb_port_read_write,
    3735                       uint32_t    nb_word      ,
    3836                       uint32_t    size_word    ,
Note: See TracChangeset for help on using the changeset viewer.