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

    r2 r43  
    1616namespace behavioural          {
    1717 
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::set_type"
    1820  void Vhdl::set_type (string      name     ,
    1921                       string      type     )
    2022  {
     23    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    2124    set_list(_list_type, "type "+ name + "\tis " + type);
     25    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2226  };
    2327 
Note: See TracChangeset for help on using the changeset viewer.