Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 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/Ifetch_unit/include/Parameters.h

    r81 r88  
    2828  public : uint32_t _size_queue                   ;
    2929  public : uint32_t _nb_instruction               ;
    30   public : uint32_t _size_address                 ;
    31   public : uint32_t _size_branch_update_prediction;
    32 
    33   public : uint32_t _size_queue_ptr                       ;
    34   public : uint32_t _size_instruction_ptr                 ;
    35 
    36   public : bool     _have_port_queue_ptr                  ;
    37   public : bool     _have_port_instruction_ptr            ;
    38   public : bool     _have_port_branch_update_prediction_id;
     30//public : uint32_t _size_address                 ;
     31//public : uint32_t _size_branch_update_prediction;
     32//
     33//public : uint32_t _size_queue_ptr                       ;
     34//public : uint32_t _size_instruction_ptr                 ;
     35//
     36//public : bool     _have_port_queue_ptr                  ;
     37//public : bool     _have_port_instruction_ptr            ;
     38//public : bool     _have_port_branch_update_prediction_id;
    3939
    4040  public :morpheo::behavioural::core::multi_front_end::front_end::ifetch_unit::address_management::Parameters * _param_address_management;
     
    4646                        uint32_t nb_instruction               ,
    4747                        uint32_t size_branch_update_prediction,
    48                         uint32_t size_address                 );
     48                        uint32_t size_address                 ,
     49                        bool     is_toplevel=false
     50                        );
    4951//   public : Parameters  (Parameters & param) ;
    5052  public : ~Parameters () ;
     53
     54  public :        void            copy       (void);
    5155
    5256  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.