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/Direction/Direction_Glue/include/Parameters.h

    r81 r88  
    2929  public : uint32_t     _nb_inst_predict ;
    3030  public : uint32_t     _nb_inst_update  ;
    31   public : uint32_t     _size_address    ;
     31//public : uint32_t     _size_address    ;
    3232  public : uint32_t     _size_history    ;
    3333
     
    4040                        uint32_t     nb_inst_update  ,
    4141                        uint32_t     size_address    ,
    42                         uint32_t     size_history    );
     42                        uint32_t     size_history    ,
     43                        bool         is_toplevel=false
     44                        );
    4345    //   public : Parameters  (Parameters & param) ;
    4446  public : ~Parameters () ;
     47
     48  public :        void            copy       (void);
    4549
    4650  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.