mirror of https://github.com/YosysHQ/yosys.git
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
|
read_verilog <<EOF
|
||
|
`ifndef a
|
||
|
`ifdef b
|
||
|
`endif
|
||
|
`else
|
||
|
`endif
|
||
|
EOF
|