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_transition.cpp

    r15 r53  
    1414@NAMESPACE_BEGIN
    1515
     16#undef  FUNCTION
     17#define FUNCTION "@COMPONENT::transition"
    1618  void @COMPONENT::transition (void)
    1719  {
    18     log_printf(FUNC,@COMPONENT,"transition","Begin");
     20    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1921
    2022#ifdef STATISTICS
     
    2628#endif
    2729
    28     log_printf(FUNC,@COMPONENT,"transition","End");
     30    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2931  };
    3032
Note: See TracChangeset for help on using the changeset viewer.