Ignore:
Timestamp:
Apr 15, 2008, 8:40:01 PM (16 years ago)
Author:
rosiere
Message:
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table/include/Parameters.h

    • Property svn:keywords set to Id
    r78 r81  
    2424  {
    2525    //-----[ fields ]------------------------------------------------------------
     26  public : uint32_t   _nb_context             ;
     27  public : uint32_t * _size_queue             ; // [nb_context]
     28  public : uint32_t   _size_address           ;
     29  public : uint32_t   _nb_inst_predict        ;
     30  public : uint32_t   _nb_inst_decod          ;
     31  public : uint32_t   _nb_inst_branch_complete;
     32  public : uint32_t   _nb_inst_update         ;
     33  public : uint32_t   _size_history           ;
     34  public : uint32_t * _size_ras_index         ; // [nb_context]
    2635
     36  public : uint32_t   _size_context_id        ;
     37  public : uint32_t   _size_depth             ;
     38  public : uint32_t   _max_size_ras_index     ;
     39                     
     40  public : bool       _have_port_context_id   ;
     41  public : bool       _have_port_depth        ;
     42  public : bool       _have_port_history      ;
     43   
    2744    //-----[ methods ]-----------------------------------------------------------
    28   public : Parameters  ();
    29 //   public : Parameters  (Parameters & param) ;
     45  public : Parameters  (uint32_t   nb_context             ,
     46                        uint32_t * size_queue             ,
     47                        uint32_t   size_address           ,
     48                        uint32_t   nb_inst_predict        ,
     49                        uint32_t   nb_inst_decod          ,
     50                        uint32_t   nb_inst_branch_complete,
     51                        uint32_t   nb_inst_update         ,
     52                        uint32_t   size_history           ,
     53                        uint32_t * size_ras_index         );
     54//public : Parameters  (Parameters & param) ;
    3055  public : ~Parameters () ;
    3156
Note: See TracChangeset for help on using the changeset viewer.