Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

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

    r2 r53  
    1616@NAMESPACE_BEGIN
    1717
     18#undef  FUNCTION
     19#define FUNCTION "@COMPONENT::print_body"
    1820  string Statistics::print_body (uint32_t depth)
    1921  {
    20     log_printf(FUNC,@COMPONENT,"print_body","Begin");
     22    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    2123
    2224    string        tab = string(depth,'\t');
     
    2527    msg << tab << "";
    2628   
    27     log_printf(FUNC,@COMPONENT,"print_body","End");
     29    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2830
    2931    return msg.str();
Note: See TracChangeset for help on using the changeset viewer.