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/Parameters.cpp

    r15 r53  
    1212@NAMESPACE_BEGIN
    1313
     14#undef  FUNCTION
     15#define FUNCTION "@COMPONENT::Parameters"
    1416  Parameters::Parameters ()
    1517  {
    16     log_printf(FUNC,@COMPONENT,"Parameters","Begin");
     18    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1719    test();
    18     log_printf(FUNC,@COMPONENT,"Parameters","End");
     20    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    1921  };
    2022 
     23#undef  FUNCTION
     24#define FUNCTION "@COMPONENT::Parameters (copy)"
    2125  Parameters::Parameters (Parameters & param)
    2226  {
    23     log_printf(FUNC,@COMPONENT,"Parameters (copy)","Begin");
     27    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    2428    test();
    25     log_printf(FUNC,@COMPONENT,"Parameters (copy)","End");
     29    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2630  };
    2731
     32#undef  FUNCTION
     33#define FUNCTION "@COMPONENT::~Parameters"
    2834  Parameters::~Parameters ()
    2935  {
    30     log_printf(FUNC,@COMPONENT,"~Parameters","Begin");
    31     log_printf(FUNC,@COMPONENT,"~Parameters","End");
     36    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     37    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    3238  };
    3339
Note: See TracChangeset for help on using the changeset viewer.