3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-23 20:33:32 +00:00
yosys/tests/sim/undriven_replay.ys
Gus Smith c0f1654028 Expand test into three tests for three cases
(1) no check, (2) check with warning, (3) check
with error. Previously the single test was not
testing all cases, as it was exiting after the
first error.
2026-02-23 10:27:36 -08:00

5 lines
180 B
Text

read_verilog undriven_replay.v
prep -top undriven_replay
logger -expect error "Found 1 undriven signal in the replay trace" 1
sim -r undriven_replay.vcd -scope undriven_replay -q