Ignore:
Timestamp:
Jan 30, 2008, 5:24:14 PM (16 years ago)
Author:
rosiere
Message:

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/include/New_Component.h

    r71 r74  
    4545
    4646#ifdef STATISTICS
    47   private   : Stat                           * _stat;
     47  public    : Stat                           * _stat;
    4848#endif
    4949
     
    8484  public  :          ~@COMPONENT             (void);
    8585                                               
    86   private : void     allocation                (void);
    87   private : void     deallocation              (void);
     86  private : void        allocation                (
     87#ifdef STATISTICS
     88                                                   morpheo::behavioural::Parameters_Statistics * param_statistics
     89#else
     90                                                   void
     91#endif
     92                                                   );
     93  private : void        deallocation              (void);
    8894                                               
    8995#ifdef SYSTEMC                                 
    90 //#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    91   public  : void     transition                (void);
    92 //#endif
     96  public  : void        transition                (void);
     97//public  : void        genMoore                  (void);
    9398#endif                                         
    9499#ifdef STATISTICS
    95100  public  : void        statistics_declaration    (morpheo::behavioural::Parameters_Statistics * param_statistics);
    96   public  : std::string statistics_print          (uint32_t depth);
    97101#endif
    98102                                               
    99103#if VHDL                                       
    100   public  : void     vhdl                      (void);
    101   private : void     vhdl_declaration          (Vhdl * & vhdl);
    102   private : void     vhdl_body                 (Vhdl * & vhdl);
     104  public  : void        vhdl                      (void);
     105  private : void        vhdl_declaration          (Vhdl * & vhdl);
     106  private : void        vhdl_body                 (Vhdl * & vhdl);
    103107#endif                                         
    104108                                               
    105109#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    106   private : void     end_cycle                 (void);
     110  private : void        end_cycle                 (void);
    107111#endif
    108112  };
Note: See TracChangeset for help on using the changeset viewer.