yosys/tests/verilog/unmatched_elsif.ys

7 lines
127 B
Plaintext

logger -expect error "Found `elsif outside of macro conditional branch!" 1
read_verilog <<EOT
module top;
`elsif
endmodule
EOT