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

    • Property svn:keywords deleted
    r81 r82  
    1717  std::string Parameters::print (uint32_t depth)
    1818  {
    19     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     19    log_begin(@COMPONENT,FUNCTION);
    2020
    2121    XML xml ("@COMPONENT_LOWER");
     
    2525    xml.balise_close();
    2626
    27     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     27    log_end(@COMPONENT,FUNCTION);
    2828   
    2929    return xml.get_body(depth);
     
    3535                            morpheo::behavioural::@NAMESPACE_USE::Parameters & x)
    3636  {
    37     log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     37    log_begin(@COMPONENT,FUNCTION);
    3838
    3939    output_stream << x.print(0);
    4040   
    41     log_printf(FUNC,@COMPONENT,FUNCTION,"End");
     41    log_end(@COMPONENT,FUNCTION);
    4242
    4343    return output_stream;
Note: See TracChangeset for help on using the changeset viewer.