Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

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

    • Property svn:keywords deleted
    r81 r82  
    1616  Parameters::Parameters ()
    1717  {
    18     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     18    log_begin(@COMPONENT,FUNCTION);
    1919    test();
    20     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     20    log_end(@COMPONENT,FUNCTION);
    2121  };
    2222 
     
    2525//   Parameters::Parameters (Parameters & param)
    2626//   {
    27 //     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     27//     log_begin(@COMPONENT,FUNCTION);
    2828//     test();
    29 //     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     29//     log_end(@COMPONENT,FUNCTION);
    3030//   };
    3131
     
    3434  Parameters::~Parameters ()
    3535  {
    36     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    37     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     36    log_begin(@COMPONENT,FUNCTION);
     37    log_end(@COMPONENT,FUNCTION);
    3838  };
    3939
Note: See TracChangeset for help on using the changeset viewer.