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/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Free_List_unit/include/Parameters.h

    r81 r82  
    5656  public : ~Parameters () ;
    5757
    58   public :        std::string  msg_error  (void);
     58  public :        Parameters_test msg_error  (void);
    5959
    60   public :        std::string   print      (uint32_t depth);
    61   public : friend std::ostream& operator<< (std::ostream& output_stream,
    62                                             morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::free_list_unit::Parameters & x);
     60  public :        std::string     print      (uint32_t depth);
     61  public : friend std::ostream&   operator<< (std::ostream& output_stream,
     62                                              morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::free_list_unit::Parameters & x);
    6363  };
    6464
Note: See TracChangeset for help on using the changeset viewer.