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

    r50 r53  
    1313@NAMESPACE_BEGIN
    1414
     15#undef  FUNCTION
     16#define FUNCTION "@COMPONENT::vhdl_body"
    1517  void @COMPONENT::vhdl_body (Vhdl * & vhdl)
    1618  {
    17     log_printf(FUNC,@COMPONENT,"vhdl_body","Begin");
     19    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1820    vhdl->set_body ("");
    19     log_printf(FUNC,@COMPONENT,"vhdl_body","End");
     21    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2022  };
    2123
Note: See TracChangeset for help on using the changeset viewer.