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

    r41 r43  
    1414#ifdef VHDL
    1515#  ifdef VHDL_TESTBENCH
     16
     17#undef  FUNCTION
     18#define FUNCTION "Interfaces::get_signal"
    1619  void Interfaces::get_signal (list<string> * & list_signal)
    1720  {
     21    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     22
    1823    if (not _list_interface->empty())
    1924      {
     
    2631          }
    2732      }
     33    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2834  };
    2935#  endif
Note: See TracChangeset for help on using the changeset viewer.