mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-09 02:41:58 +00:00
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
logger -expect error "Unterminated preprocessor conditional!" 1
|
|
read_verilog <<EOF
|
|
`ifndef a
|
|
EOF
|