mirror of https://github.com/YosysHQ/yosys.git
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
|
logger -expect error "Unterminated preprocessor conditional!" 1
|
||
|
|
read_verilog <<EOF
|
||
|
|
`ifndef a
|
||
|
|
EOF
|