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

    r82 r88  
    2727  public : uint32_t   _nb_decod_unit            ;
    2828//public : uint32_t   _nb_ooo_engine            ;
    29   public : uint32_t   _size_address             ;
     29//public : uint32_t   _size_address             ;
    3030  public : uint32_t * _nb_instruction           ;//[nb_context]
    31   public : uint32_t * _size_depth               ;//[nb_context]
     31//public : uint32_t * _size_depth               ;//[nb_context]
     32  public : uint32_t * _array_size_depth         ;//[nb_context]
    3233  public : uint32_t * _nb_inst_decod            ;//[nb_decod_unit]
    3334//public : uint32_t * _nb_inst_update           ;//[nb_ooo_engine]
     
    3738//public : uint32_t   _nb_inst_branch_complete  ;
    3839
    39   public : uint32_t   _size_context_id          ;
    40   public : uint32_t * _size_inst_ifetch_ptr     ;//[nb_context]
    41   public : uint32_t   _max_size_depth           ;
     40//public : uint32_t   _size_context_id          ;
     41//public : uint32_t * _size_inst_ifetch_ptr     ;//[nb_context]
     42//public : uint32_t   _max_size_depth           ;
    4243
    43   public : bool       _have_port_context_id     ;
    44   public : bool       _have_port_max_depth      ;
    45   public : bool     * _have_port_depth          ;//[nb_context]
    46   public : bool     * _have_port_inst_ifetch_ptr;//[nb_context]
     44//public : bool       _have_port_context_id     ;
     45//public : bool       _have_port_max_depth      ;
     46//public : bool     * _have_port_depth          ;//[nb_context]
     47//public : bool     * _have_port_inst_ifetch_ptr;//[nb_context]
    4748
    4849    //-----[ methods ]-----------------------------------------------------------
     
    5051                        uint32_t   nb_decod_unit         ,
    5152//                      uint32_t   nb_ooo_engine         ,
    52                         uint32_t   size_address          ,
     53                        uint32_t   size_address          ,
    5354                        uint32_t * nb_instruction        ,
    5455                        uint32_t * size_depth            ,
     
    5758                        uint32_t   nb_inst_branch_predict,
    5859                        uint32_t   nb_inst_branch_decod  ,
    59                         uint32_t   nb_inst_branch_update );
     60                        uint32_t   nb_inst_branch_update ,
     61                        bool       is_toplevel=false
     62                        );
    6063//   public : Parameters  (Parameters & param) ;
    6164  public : ~Parameters () ;
     65
     66  public :        void            copy       (void);
    6267
    6368  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.