mirror of
https://github.com/YosysHQ/yosys
synced 2026-04-23 20:33:32 +00:00
(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.
5 lines
180 B
Text
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
|