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

    r2 r43  
    1616namespace behavioural          {
    1717 
     18#undef  FUNCTION
     19#define FUNCTION "Vhdl::get_architecture"
    1820  string Vhdl::get_architecture (uint32_t depth      ,
    1921                                 string   name       ,
    2022                                 string   entity_name)
    2123  {
     24    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     25
    2226    string        tab = string(depth,'\t');
    2327    ostringstream text;
     
    3135         << tab << "end " << name << ";"                                     << endl;
    3236
     37    log_printf(FUNC,Behavioural,FUNCTION,"End");
     38
    3339    return text.str();
    3440  };
Note: See TracChangeset for help on using the changeset viewer.