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

    r81 r82  
    3535  public : ~Parameters () ;
    3636
    37   public :        std::string  msg_error  (void);
     37  public :        Parameters_test msg_error  (void);
    3838
    39   public :        std::string   print      (uint32_t depth);
    40   public : friend std::ostream& operator<< (std::ostream& output_stream,
    41                                             morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::register_translation_unit_glue::Parameters & x);
     39  public :        std::string     print      (uint32_t depth);
     40  public : friend std::ostream&   operator<< (std::ostream& output_stream,
     41                                              morpheo::behavioural::core::multi_ooo_engine::ooo_engine::rename_unit::register_translation_unit::register_translation_unit_glue::Parameters & x);
    4242  };
    4343
Note: See TracChangeset for help on using the changeset viewer.