Ignore:
Timestamp:
Jan 30, 2008, 5:24:14 PM (16 years ago)
Author:
rosiere
Message:

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/New_Component_allocation.cpp

    r73 r74  
    1616#undef  FUNCTION
    1717#define FUNCTION "@COMPONENT::allocation"
    18   void @COMPONENT::allocation (void)
     18  void @COMPONENT::allocation (
     19#ifdef STATISTICS
     20                               morpheo::behavioural::Parameters_Statistics * param_statistics
     21#else
     22                               void
     23#endif
     24                               )
    1925  {
    2026    string rename;
Note: See TracChangeset for help on using the changeset viewer.