We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Integer
0
Specifies the number of clock cycles to wait after the end condition.
The settings are designed to record additional clock cycles even after the end condition via specific signals is fullfilled.
"simulation": { "end_condition": { "signals": { "name": "done", "value": "1'b1" } }, "end_wait_cycles": 2 }
In this example, the simulation terminates one clock cycle after the done signal is set to one.
done