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

    r50 r53  
    1313@NAMESPACE_BEGIN
    1414
     15
     16#undef  FUNCTION
     17#define FUNCTION "@COMPONENT::allocation"
    1518  void @COMPONENT::allocation (void)
    1619  {
    1720    string rename;
    1821
    19     log_printf(FUNC,@COMPONENT,"allocation","Begin");
     22    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    2023
    2124    _component   = new Component ();
     
    4952#endif
    5053
    51     log_printf(FUNC,@COMPONENT,"allocation","End");
     54    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    5255  };
    5356
Note: See TracChangeset for help on using the changeset viewer.