Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (16 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

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

    r82 r88  
    3434  public : Tpriority_t _priority             ;
    3535
    36   public : uint32_t    _size_general_register;
    37   public : uint32_t    _size_special_register;
     36//public : uint32_t    _size_general_register;
     37//public : uint32_t    _size_special_register;
    3838
    3939  public : uint32_t    _nb_bank_by_pop       ;
     
    5252                        uint32_t    nb_pop             ,
    5353                        uint32_t    nb_push            ,
    54                         Tpriority_t priority           );
     54                        Tpriority_t priority           ,
     55                        bool        is_toplevel=false);
    5556//   public : Parameters  (Parameters & param) ;
    5657  public : ~Parameters () ;
    5758
    5859  public :        Parameters_test msg_error  (void);
     60
     61  public :        void            copy       (void);
    5962
    6063  public :        std::string     print      (uint32_t depth);
Note: See TracChangeset for help on using the changeset viewer.