yosys/tests/verilog/unmatched_endif_2.ys

8 lines
128 B
Plaintext
Raw Permalink Normal View History

2021-03-30 15:38:00 +02:00
logger -expect error "Found `endif outside of macro conditional branch!" 1
read_verilog <<EOF
`ifndef a
`else
`endif
`endif
EOF