Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

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

    r50 r53  
    4040    // -----[ fields ]----------------------------------------------------
    4141    // Parameters
    42   protected : const string     _name;
     42  protected : const string       _name;
    4343
    44   protected : const Parameters _param;
     44  protected : const Parameters * _param;
    4545//#ifdef STATISTICS
    46 //  protected : const morpheo::behavioural::Parameters_Statistics _param_statistics;
     46//  protected : const morpheo::behavioural::Parameters_Statistics * _param_statistics;
    4747//#endif
    4848
     
    7474  public  :          @COMPONENT              (
    7575#ifdef SYSTEMC
    76                                               sc_module_name                              name,
     76                                              sc_module_name                                name,
    7777#else                                         
    78                                               string                                      name,
     78                                              string                                        name,
    7979#endif                                         
    8080#ifdef STATISTICS
    81                                               morpheo::behavioural::Parameters_Statistics param_statistics,
     81                                              morpheo::behavioural::Parameters_Statistics * param_statistics,
    8282#endif
    83                                               Parameters                                  param );
    84                                                
    85   public  :          @COMPONENT              (Parameters param );
     83                                              Parameters                                  * param );
    8684  public  :          ~@COMPONENT             (void);
    8785                                               
Note: See TracChangeset for help on using the changeset viewer.