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

    r82 r88  
    2727  public : uint32_t            _nb_inst_decod        ;
    2828  public : uint32_t            _size_queue           ;
    29   public : uint32_t            _size_general_data    ;
     29//public : uint32_t            _size_general_data    ;
    3030  public : uint32_t          * _nb_branch_speculated ; //[nb_context]
    3131
    3232  public : uint32_t            _nb_bank              ;
    3333  public : uint32_t            _size_bank            ;
    34                                                      
    35   public : uint32_t            _size_context_id      ;
    36   public : uint32_t            _size_depth           ;
    37   public : uint32_t            _size_nb_inst         ;
    38                                                      
    39   public : bool                _have_port_context_id ;
    40   public : bool                _have_port_depth      ;
    4134
    4235    //-----[ methods ]-----------------------------------------------------------
     
    4538                        uint32_t   size_queue          ,
    4639                        uint32_t   size_general_data   ,
    47                         uint32_t * nb_branch_speculated);
     40                        uint32_t * nb_branch_speculated,
     41                        bool       is_toplevel=false   );
    4842//   public : Parameters  (Parameters & param) ;
    4943  public : ~Parameters () ;
     44
     45  public :        void            copy       (void);
    5046
    5147  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.