mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
read_verilog <<EOF
|
|
`ifndef a
|
|
`ifdef b
|
|
`endif
|
|
`else
|
|
`endif
|
|
EOF
|