mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
8 lines
128 B
Plaintext
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
|