Syntax |
sim testbench_mode <status> |
Arguments |
<status> |
The instruction for the Quartus® II software to enter or exit test bench mode. This argument can be one of two values: true directs the Quartus II software to enter test bench mode and false directs the Quartus II software to exit test bench mode.
|
|
Return Value |
Code Name |
Code |
String Return |
TCL_OK |
0 |
OK |
TCL_ERROR |
1 |
simulator is not running |
TCL_ERROR |
1 |
wrong # args: should be "testbench_mode true|false" |
|
Description |
Directs the Quartus II software to enter or exit test bench mode. When in test bench mode, the Quartus II software does not display message dialog boxes after you use the sim run API function, and does not return errors if a Vector Waveform File (.vwf) or Vector File (.vec) is not used. |