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

    r2 r43  
    1616namespace behavioural          {
    1717 
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::get_body"
    1820  string Vhdl::get_body (uint32_t depth)
    1921  {
    20     return get_list(_list_body,depth,"",true);
     22    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     23    string _return = get_list(_list_body,depth,"",true);
     24    log_printf(FUNC,Behavioural,FUNCTION,"End");
     25
     26    return _return;
    2127  };
    2228 
Note: See TracChangeset for help on using the changeset viewer.