3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-14 11:15:40 +00:00
yosys/tests/rtlil/bug1206.ys
2026-07-09 14:34:56 +02:00

6 lines
117 B
Text

logger -expect error "Wire width .* out of range" 1
read_rtlil <<EOT
module \foo
wire width 1073741824 \bar
end
EOT