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/Generic/RegisterFile/RegisterFile_Monolithic/include/Parameters.h

    r81 r88  
    3434                       uint32_t nb_word      ,
    3535                       uint32_t size_word    );
    36   public : Parameters (Parameters & param) ;
     36//   public : Parameters (Parameters & param) ;
    3737  public : ~Parameters () ;
    3838
     39  public :        void            copy       (void);
     40
    3941  public :        Parameters_test msg_error  (void);
     42
    4043  public :        std::string   print      (uint32_t depth);
    4144  public : friend std::ostream& operator<< (std::ostream& output_stream,
Note: See TracChangeset for help on using the changeset viewer.