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/src/New_Component_statistics.cpp

    r2 r53  
    1313@NAMESPACE_BEGIN
    1414
     15#undef  FUNCTION
     16#define FUNCTION "@COMPONENT::statistics"
    1517  string @COMPONENT::statistics (uint32_t depth)
    1618  {
    17     log_printf(FUNC,@COMPONENT,"statistics","Begin");
     19    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1820
    1921    string txt = _stat->print(depth);
    2022   
    21     log_printf(FUNC,@COMPONENT,"statistics","End");
     23    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2224
    2325    return txt;
Note: See TracChangeset for help on using the changeset viewer.