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/Dependency_checking_unit/include/Parameters.h

    r81 r82  
    4848  public : ~Parameters () ;
    4949
    50   public :        std::string  msg_error  (void);
     50  public :        Parameters_test msg_error  (void);
    5151
    52   public :        std::string   print      (uint32_t depth);
    53   public : friend std::ostream& operator<< (std::ostream& output_stream,
    54                                             morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::dependency_checking_unit::Parameters & x);
     52  public :        std::string     print      (uint32_t depth);
     53  public : friend std::ostream&   operator<< (std::ostream& output_stream,
     54                                              morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::dependency_checking_unit::Parameters & x);
    5555  };
    5656
Note: See TracChangeset for help on using the changeset viewer.