3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-27 22:33:36 +00:00
yosys/tests/sim/undriven_replay_warn.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
190 B
Text

read_verilog undriven_replay.v
prep -top undriven_replay
logger -expect warning "Input trace contains undriven signal" 1
sim -r undriven_replay.vcd -scope undriven_replay -q -undriven-warn