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

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Component::vhdl_instance"
    1416  void Component::vhdl_instance (Vhdl * & vhdl)
    1517  {
     18    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     19
    1620    uint32_t             cpt = 0;
    1721    map<Signal *,string> tab;
     
    8589          }
    8690      }
     91    log_printf(FUNC,Behavioural,FUNCTION,"End");
    8792  };
    8893
Note: See TracChangeset for help on using the changeset viewer.