-
Notifications
You must be signed in to change notification settings - Fork 27
end_wait_cycles
Nicolai Mueller edited this page Sep 12, 2024
·
2 revisions
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.