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/Component_interface_map.cpp

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Component::interface_map"
    1416  void Component::interface_map (string component_src ,
    1517                                 string port_src      ,
     
    1719                                 string port_dest     )
    1820  {
     21    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     22
    1923    // First entity
    2024    Entity * entity_dest = find_entity(component_dest);
     
    5357      interface_src->interface_map(static_cast<void *>(entity_dest   ),
    5458                                   static_cast<void *>(interface_dest));
    55    
     59 
     60    log_printf(FUNC,Behavioural,FUNCTION,"End");
    5661  };
    5762
Note: See TracChangeset for help on using the changeset viewer.