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

    r82 r88  
    5252  public : uint32_t *   _upt_size_queue                ;//[nb_context]
    5353
    54   public : uint32_t     _size_context_id               ;
    55   public : uint32_t *   _size_depth                    ;//[nb_context]
    56   public : uint32_t     _max_size_depth                ;
    57   public : uint32_t *   _size_inst_ifetch_ptr          ;//[nb_context]
     54//public : uint32_t     _size_context_id               ;
     55//public : uint32_t     _max_size_depth                ;
     56//public : uint32_t *   _size_inst_ifetch_ptr          ;//[nb_context]
     57  public : uint32_t *   _array_size_depth              ;//[nb_context]
    5858  public : uint32_t     _size_history                  ;
    5959  public : uint32_t *   _size_ras_index                ;//[nb_context]
    6060                                                       
    61   public : bool         _have_port_context_id          ;
    62   public : bool         _have_port_max_depth           ;
    63   public : bool     *   _have_port_depth               ;//[nb_context]
    64   public : bool     *   _have_port_inst_ifetch_ptr     ;//[nb_context]
     61//public : bool         _have_port_context_id          ;
     62//public : bool         _have_port_max_depth           ;
     63//public : bool     *   _have_port_depth               ;//[nb_context]
     64//public : bool     *   _have_port_inst_ifetch_ptr     ;//[nb_context]
    6565  public : bool         _have_port_history             ;
    6666  public : bool     *   _have_port_ras_index           ;//[nb_context]
     
    9595                        uint32_t     dir_pht_size_address_share [3],
    9696                        uint32_t *   ras_size_queue                ,//[nb_context]
    97                         uint32_t *   upt_size_queue                 //[nb_context]
     97                        uint32_t *   upt_size_queue                ,//[nb_context]
     98                        bool         is_toplevel=false
    9899                        );
    99100//   public : Parameters  (Parameters & param) ;
    100101  public : ~Parameters () ;
     102
     103  public :        void            copy       (void);
    101104
    102105  public :        Parameters_test msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.