/* * $Id: top_deallocation.cpp 113 2009-04-14 18:39:12Z rosiere $ * * [ Description ] * * Test */ #include "Behavioural/@DIRECTORY/SelfTest/include/top.h" #include "Behavioural/include/Allocation.h" void top::deallocation (void) { #ifdef SYSTEMC delete in_CLOCK; DELETE0_SC_SIGNAL( in_NRESET); #endif delete component; #ifdef STATISTICS delete _param_stat; #endif }