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

    r81 r88  
    3535                        uint32_t size_table,
    3636                        bool     table_global);
    37   public : Parameters  (Parameters & param) ;
     37//   public : Parameters  (Parameters & param) ;
    3838  public : ~Parameters () ;
    3939
     40  public :        void            copy       (void);
     41
    4042  public :        Parameters_test msg_error  (void);
     43
    4144  public :        std::string     print      (uint32_t depth);
    4245  public : friend std::ostream&   operator<< (std::ostream& output_stream,
Note: See TracChangeset for help on using the changeset viewer.