User guide

D-29
Compiler Directives and System Tasks
$monitoroff
Disables the $monitor system task.
See IEEE std 1364-2001 page 286.
$monitoron
Re-enables the $monitor system task after it was disabled with
the $monitoroff system task.
See IEEE std 1364-2001 page 286.
$strobe[b|h|0];
Displays simulation data at a selected time.
See IEEE 1364-2001 page 285.
$write[b|h|0]
Displays text.
See IEEE std 1364-2001 pages 278-285.
System Tasks for File I/O
$fclose
Closes a file.
See IEEE std 1364-2001 pages 286-288.
$fdisplay[b|h|0]
Writes to a file.
See IEEE std 1364-2001 pages 288-289.
$ferror
Returns additional information about an error condition in file I/O
operations. See IEEE Std 1364-2001 pages 294-295.
$fflush
Writes buffered data to files. See IEEE Std 1364-2001 page 294.
$fgetc
Reads a character from a file. See IEEE Std 1364-2001 page 290.