mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
read_verilog <<EOF
|
|
`ifndef a
|
|
`ifdef b
|
|
`endif
|
|
`else
|
|
`endif
|
|
EOF
|