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/Select/Select_Priority_Fixed/src/Select_Priority_Fixed_allocation.cpp

    r81 r88  
    1 #ifdef SYSTEMC
    21/*
    32 * $Id$
     
    3029    _interfaces = entity->set_interfaces();
    3130
    32     // ~~~~~[ Interface : "" ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     31    // ~~~~~[ Interface : "" ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3332
    3433    Interface_fifo * interface = _interfaces->set_interface(""
     
    6362
    6463#ifdef POSITION
    65     _component->generate_file();
     64    if (usage_is_set(_usage,USE_POSITION))
     65      _component->generate_file();
    6666#endif
    6767
     
    7474}; // end namespace behavioural
    7575}; // end namespace morpheo             
    76 #endif
Note: See TracChangeset for help on using the changeset viewer.