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_Front_end/Front_end/Prediction_unit/Return_Address_Stack/include/Parameters.h

    r81 r88  
    2626  public : uint32_t   _nb_context     ;
    2727  public : uint32_t * _size_queue     ;//[nb_context]
    28   public : uint32_t   _size_address   ;
     28//public : uint32_t   _size_address   ;
    2929  public : uint32_t   _nb_inst_predict;
    3030  public : uint32_t   _nb_inst_decod  ;
    3131  public : uint32_t   _nb_inst_update ;
    3232   
    33   public : uint32_t   _size_context_id;
     33//public : uint32_t   _size_context_id;
    3434  public : uint32_t   _size_index     ;
    3535
    36   public : uint32_t   _have_port_context_id;
     36//public : uint32_t   _have_port_context_id;
    3737
    3838    //-----[ methods ]-----------------------------------------------------------
     
    4242                        uint32_t   nb_inst_predict,
    4343                        uint32_t   nb_inst_decod  ,
    44                         uint32_t   nb_inst_update );
     44                        uint32_t   nb_inst_update ,
     45                        bool       is_toplevel=false
     46                        );
    4547//   public : Parameters  (Parameters & param) ;
    4648  public : ~Parameters () ;
     49
     50  public :        void            copy       (void);
    4751
    4852  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.