yosys/tests/rtlil/bug1206.ys

7 lines
117 B
Plaintext
Raw Normal View History

2026-07-09 08:24:19 +02:00
logger -expect error "Wire width .* out of range" 1
read_rtlil <<EOT
module \foo
wire width 1073741824 \bar
end
EOT