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

    r81 r88  
    3030  public : uint32_t     _nb_inst_predict           ;
    3131  public : uint32_t     _nb_inst_update            ;
    32   public : uint32_t     _size_address              ;
     32//public : uint32_t     _size_address              ;
    3333  public : bool         _have_bht               [3];
    3434  public : uint32_t     _bht_size_shifter       [3];
     
    5757                        uint32_t     pht_size_counter       [3],
    5858                        uint32_t     pht_nb_counter         [3],
    59                         uint32_t     pht_size_address_share [3]);
     59                        uint32_t     pht_size_address_share [3],
     60                        bool         is_toplevel=false
     61                        );
    6062
    6163//   public : Parameters  (Parameters & param) ;
    6264  public : ~Parameters () ;
     65
     66  public :        void            copy       (void);
    6367
    6468  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.