1
0
mirror of synced 2026-04-25 03:46:21 +00:00
Files
YosysHQ.yosys/tests/verilog/unmatched_endif_2.ys
2021-03-30 12:23:18 -04:00

8 lines
128 B
Plaintext

logger -expect error "Found `endif outside of macro conditional branch!" 1
read_verilog <<EOF
`ifndef a
`else
`endif
`endif
EOF