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

    r81 r82  
    5151  public : ~Parameters () ;
    5252
    53   public :        std::string  msg_error  (void);
     53  public :        Parameters_test msg_error  (void);
    5454
    55   public :        std::string   print      (uint32_t depth);
    56   public : friend std::ostream& operator<< (std::ostream& output_stream,
    57                                             morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::register_address_translation_unit::Parameters & x);
     55  public :        std::string     print      (uint32_t depth);
     56  public : friend std::ostream&   operator<< (std::ostream& output_stream,
     57                                              morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::register_address_translation_unit::Parameters & x);
    5858  };
    5959
Note: See TracChangeset for help on using the changeset viewer.