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

    r41 r43  
    1313
    1414#ifdef VHDL
     15#undef  FUNCTION
     16#define FUNCTION "Interfaces::set_port"
    1517  void Interfaces::set_port (Vhdl * & vhdl)
    1618  {
     19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1720    if (not _list_interface->empty())
    1821      {
     
    2528          }
    2629      }
     30    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2731  };
    2832#endif
Note: See TracChangeset for help on using the changeset viewer.