Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

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

    r82 r88  
    2828  public : uint32_t *        _nb_context            ;//[nb_front_end]
    2929  public : uint32_t          _max_branch_speculated ;
    30   public : uint32_t          _size_general_data     ;
     30//public : uint32_t          _size_general_data     ;
    3131  public : uint32_t          _nb_inst_rename        ;
    3232  public : uint32_t *        _nb_inst_decod         ;//[nb_front_end]
     
    3636
    3737  public : uint32_t          _max_nb_inst_decod     ;
     38//public : uint32_t          _size_depth            ;
     39//public : uint32_t          _size_front_end_id     ;
     40//public : uint32_t          _size_context_id       ;
    3841
    39   public : uint32_t          _size_front_end_id     ;
    40   public : uint32_t          _size_context_id       ;
    41   public : uint32_t          _size_depth            ;
    42 
    43   public : bool              _have_port_front_end_id;
    44   public : bool              _have_port_context_id  ;
    45   public : bool              _have_port_depth       ;
     42//public : bool              _have_port_front_end_id;
     43//public : bool              _have_port_context_id  ;
     44//public : bool              _have_port_depth       ;
    4645
    4746    //-----[ methods ]-----------------------------------------------------------
    4847  public : Parameters  (uint32_t          nb_front_end         ,
    4948                        uint32_t *        nb_context           ,
     49//                      uint32_t          size_front_end_id    ,
     50//                      uint32_t          size_context_id      ,
    5051                        uint32_t          max_branch_speculated,
    5152                        uint32_t          size_general_data    ,
     
    5455                        uint32_t          nb_front_end_select  ,
    5556                        Tpriority_t       priority             ,
    56                         Tload_balancing_t load_balancing       );
    57 //   public : Parameters  (Parameters & param) ;
     57                        Tload_balancing_t load_balancing       ,
     58                        bool              is_toplevel=true);
     59//public : Parameters  (Parameters & param) ;
    5860  public : ~Parameters () ;
     61
     62  public :        void            copy       (void);
    5963
    6064  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.