Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 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/Shifter/include/Parameters.h

    r82 r88  
    5656                        carry_t     carry               ,
    5757                        bool        type_completion_bool = false);
    58   public : Parameters  (Parameters & param) ;
     58//   public : Parameters  (Parameters & param) ;
    5959  public : ~Parameters () ;
    6060
     61  public :        void            copy       (void);
     62
    6163  public :        Parameters_test msg_error  (void);
     64
    6265  public :        std::string     print      (uint32_t depth);
    6366  public : friend std::ostream&   operator<< (std::ostream& output_stream,
Note: See TracChangeset for help on using the changeset viewer.