Ignore:
Timestamp:
Jun 29, 2009, 6:38:40 PM (15 years ago)
Author:
rosiere
Message:

1) Debug_Signal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Model_print.cpp

    r118 r129  
    1616  void Model::print (void)
    1717  {
    18     log_begin(Behavioural,FUNCTION);
     18//     log_begin(Behavioural,FUNCTION);
    1919
    2020    msgInformation("Model Information [type, model simulation, debug verbosity]\n");
     
    2424      msgInformation("  * %s\t%s\t%s\n",(it->first).c_str(), toString(it->second.type).c_str(), toString(it->second.debug).c_str());
    2525
    26     log_end(Behavioural,FUNCTION);
     26//     log_end(Behavioural,FUNCTION);
    2727  }
    2828
Note: See TracChangeset for help on using the changeset viewer.