Ignore:
Timestamp:
Jan 31, 2008, 6:46:41 PM (16 years ago)
Author:
rosiere
Message:

Update all component (except front_end) to :

  • new statistics model
  • no namespace std
File:
1 edited

Legend:

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

    r74 r75  
    9797//public  : void        genMoore                  (void);
    9898#endif                                         
    99 #ifdef STATISTICS
    100   public  : void        statistics_declaration    (morpheo::behavioural::Parameters_Statistics * param_statistics);
    101 #endif
    102                                                
     99
    103100#if VHDL                                       
    104101  public  : void        vhdl                      (void);
     
    106103  private : void        vhdl_body                 (Vhdl * & vhdl);
    107104#endif                                         
    108                                                
     105
     106#ifdef STATISTICS
     107  public  : void        statistics_declaration    (morpheo::behavioural::Parameters_Statistics * param_statistics);
     108#endif
    109109#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    110110  private : void        end_cycle                 (void);
Note: See TracChangeset for help on using the changeset viewer.