-
Notifications
You must be signed in to change notification settings - Fork 28
end_condition
Nicolai Mueller edited this page Mar 14, 2025
·
6 revisions
object
By default, the simulation stops after the specified number of clock cycles has been completed.
Specifies the conditions for terminating the simulation. PROLEAD can stop the simulation when a set of primary output signals reach a defined state, such as when a "done" signal is set to logic 1.
None; select the option that best suits your design.
"simulation": {
"end_condition":
[
{
"name": "done",
"value": "1'b1"
}
]
}
In this example, PROLEAD ends the simulation if a signal named done is set to one.