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

Almost complete design
with Test and test platform

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Counter/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Counter/include/Counter.h

    r82 r88  
    8585  public  :          ~Counter             (void);
    8686                                               
    87 #ifdef SYSTEMC                                 
    8887  private : void     allocation                (void);
    8988  private : void     deallocation              (void);
    9089                                               
     90#ifdef SYSTEMC                                 
    9191#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    9292  public  : void     transition                (void);
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Counter/include/Parameters.h

    r81 r88  
    2929  public : Parameters  (uint32_t size_data,
    3030                        uint32_t nb_port  );
    31   public : Parameters  (Parameters & param) ;
     31//   public : Parameters  (Parameters & param) ;
    3232  public : ~Parameters () ;
     33
     34  public :        void             copy       (void);
    3335
    3436  public :        Parameters_test  msg_error  (void);
Note: See TracChangeset for help on using the changeset viewer.