Ignore:
Timestamp:
Dec 8, 2007, 5:12:36 PM (16 years ago)
Author:
rosiere
Message:

read_queue : systemC et vhdl ok !
queue : quelques petits modif pour avoir une queue de taille 1
nettoyage des fichiers *mkf*

File:
1 edited

Legend:

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

    r57 r68  
    22 * $Id$
    33 *
    4  * [ Description ]
     4 * [ Description ]
    55 *
    66 */
     
    1818    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
    1919
    20 //#if defined(STATISTICS) or defined(VHDL_TESTBENCH)
    21     delete    in_CLOCK ;
    22 //#endif
    23     delete    in_NRESET;
    24 
    25     // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
     20    if (_usage & USE_SYSTEMC)
     21      {
     22        delete    in_CLOCK ;
     23        delete    in_NRESET;
     24      }
     25    // ~~~~~[ Component ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
    2626
    2727    delete _component;
Note: See TracChangeset for help on using the changeset viewer.