Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Interfaces_set_signal.cpp

    r41 r43  
    1414#ifdef VHDL
    1515#  ifdef VHDL_TESTBENCH
     16#undef  FUNCTION
     17#define FUNCTION "Interfaces::set_signal"
    1618  void Interfaces::set_signal (Vhdl * & vhdl)
    1719  {
     20    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1821    if (not _list_interface->empty())
    1922      {
     
    2629          }
    2730      }
     31    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2832  };
    2933#  endif
Note: See TracChangeset for help on using the changeset viewer.