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/Queue/src/Queue_allocation.cpp

    r81 r88  
    7575    }
    7676     
     77    if (usage_is_set(_usage,USE_SYSTEMC))
     78      {
    7779    // ~~~~~[ Register ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    7880    _queue_control = new morpheo::behavioural::generic::queue_control::Queue_Control::Queue_Control(_param->_size_queue);
    7981    _queue_data    = new Tdata_t [_param->_size_queue];
     82      }
    8083
    8184    // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    8285
    8386#ifdef POSITION
    84     _component->generate_file();
     87    if (usage_is_set(_usage,USE_POSITION))
     88      _component->generate_file();
    8589#endif
    8690
Note: See TracChangeset for help on using the changeset viewer.