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_vbe/src/New_Component_statistics_deallocation.cpp

    • Property svn:keywords deleted
    r81 r82  
    1717  void @COMPONENT::statistics_deallocation (void)
    1818  {
    19     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     19    log_begin(@COMPONENT,FUNCTION);
    2020
    21     log_printf(INFO,@COMPONENT,FUNCTION,"Generate Statistics file");
     21    log_printf(INFO,@COMPONENT,FUNCTION,_("Generate Statistics file"));
    2222   
    2323    delete _stat;
    2424   
    25     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     25    log_end(@COMPONENT,FUNCTION);
    2626  };
    2727
Note: See TracChangeset for help on using the changeset viewer.