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

    r2 r43  
    1616namespace behavioural          {
    1717 
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::get_package"
    1820  string Vhdl::get_package(uint32_t depth       ,
    1921                           string   filename    ,
     
    2123                           string   entity_name )
    2224  {
     25    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     26
    2327    string        tab = string(depth,'\t');
    2428    ostringstream text;
     
    2933         << tab << get_component    (depth+1,entity_name)                 << endl
    3034         << tab << "end " << package_name << ";"                          << endl;
     35
     36    log_printf(FUNC,Behavioural,FUNCTION,"End");
    3137   
    3238    return text.str();
Note: See TracChangeset for help on using the changeset viewer.