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
Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component
Files:
1 deleted
3 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);
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_allocation.cpp

    r74 r75  
    2424                               )
    2525  {
    26     string rename;
    27 
    2826    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    2927
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_statistics_declaration.cpp

    r71 r75  
    1919    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    2020
    21     _stat = new Stat (static_cast<string>(_name),
     21    _stat = new Stat (static_cast<std::string>(_name),
    2222                      "@COMPONENT",
    2323                      param_statistics);
Note: See TracChangeset for help on using the changeset viewer.