next up previous
Next: UNLOAD releases memory used Up: INSTRUCTIONS Previous: TITLE puts title to

TSIM sets duration to the simulation run

Syntax:

    TSIM := <real expression>;
It is used to set the simulation duration. The GLIDER system variable TSIM is set to the value of <real variable> and the end of the simulation is scheduled for a future time equal to TSIM. The end of the simulation can also be done using the ENDSIMUL instruction. If none of these instructions is found, an error condition arises. If many ENDSIMUL instructions are present, the first one executed will end the simulation. If many TSIM instructions are executed, the last executed defines the simulation time.

This instruction can be used in nodes of any type and in the INIT section.



domingo c
Mon Mar 20 17:36:19 PST 2000