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

    r50 r53  
    1414@NAMESPACE_BEGIN
    1515
     16#undef  FUNCTION
     17#define FUNCTION "@COMPONENT::vhdl"
    1618  void @COMPONENT::vhdl (void)
    1719  {
    18     log_printf(FUNC,@COMPONENT,"vhdl","Begin");
     20    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1921
    2022    Vhdl * vhdl = new Vhdl (_name);
     
    3032    delete vhdl;
    3133
    32     log_printf(FUNC,@COMPONENT,"vhdl","End");
     34    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    3335  };
    3436
Note: See TracChangeset for help on using the changeset viewer.