Non-Confidential | ![]() | ARM 100963_0200_00_en | ||
| ||||
Home > Class Reference > CADISimulation class > CADISimulation::Release() |
This method releases this simulation and disconnects and cleans-up targets obtained from this simulation.
Using a target obtained from a simulation after the simulation is released is illegal.
virtual void Release(bool shutdown) = 0;
if true
, the simulation must
call the SystemC method simulation_quit()
to
invoke a callback in the SystemC wrapper component and force shutdown
and exit.