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/Shifter/src/Shifter_deallocation.cpp

    r82 r88  
    1 #ifdef SYSTEMC
    21/*
    32 * $Id$
     
    1716  void Shifter::deallocation (void)
    1817  {
     18    if (usage_is_set(_usage,USE_SYSTEMC))
     19      {
    1920#if (defined(STATISTICS) || defined (VHDL_TESTBENCH))
    2021    delete     in_CLOCK;
     
    3637    delete []  in_SHIFTER_COMPLETION;
    3738    delete [] out_SHIFTER_DATA      ;
     39      }
    3840
    3941    delete _component;
     
    4648}; // end namespace behavioural
    4749}; // end namespace morpheo             
    48 #endif
Note: See TracChangeset for help on using the changeset viewer.