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/Counter/src/Parameters.cpp

    r81 r88  
    2525  };
    2626 
    27   Parameters::Parameters (Parameters & param):
    28     _size_data(param._size_data),
    29     _nb_port  (param._nb_port  ),
    30     _data_max (param._data_max )
    31   {
    32     log_printf(FUNC,Counter,"Parameters","Begin");
    33     test();
    34     log_printf(FUNC,Counter,"Parameters","End");
    35   };
     27//   Parameters::Parameters (Parameters & param):
     28//     _size_data(param._size_data),
     29//     _nb_port  (param._nb_port  ),
     30//     _data_max (param._data_max )
     31//   {
     32//     log_printf(FUNC,Counter,"Parameters","Begin");
     33//     test();
     34//     log_printf(FUNC,Counter,"Parameters","End");
     35//   };
    3636
    3737  Parameters::~Parameters ()
     
    4141  };
    4242
     43  void Parameters::copy (void)
     44  {
     45    log_printf(FUNC,Counter,"copy","Begin");
     46    log_printf(FUNC,Counter,"copy","End");
     47  };
     48
    4349}; // end namespace counter
    4450}; // end namespace generic
    45 
    4651}; // end namespace behavioural
    4752}; // end namespace morpheo             
Note: See TracChangeset for help on using the changeset viewer.