3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00
yosys/tests/verilog/ifdef_nest.ys
2021-03-30 12:23:18 -04:00

7 lines
62 B
Text

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