1
0
mirror of synced 2026-04-25 20:02:10 +00:00
Files
YosysHQ.yosys/tests/verilog/ifdef_nest.ys
2021-03-30 12:23:18 -04:00

8 lines
62 B
Plaintext

read_verilog <<EOF
`ifndef a
`ifdef b
`endif
`else
`endif
EOF