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

    r44 r53  
    1313@NAMESPACE_BEGIN
    1414
     15#undef  FUNCTION
     16#define FUNCTION "@COMPONENT::vhdl_testbench_transition"
    1517  void @COMPONENT::vhdl_testbench_transition ()
    1618  {
    17     log_printf(FUNC,@COMPONENT,"vhdl_testbench_transition","Begin");
     19    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1820
    1921    // Evaluation before read the ouput signal
     
    2224    _interfaces->testbench();
    2325
    24     log_printf(FUNC,@COMPONENT,"vhdl_testbench_transition","End");
     26    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2527  };
    2628
Note: See TracChangeset for help on using the changeset viewer.