3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-14 19:25:40 +00:00
yosys/tests/rtlil/bug1206_wire_offset_overflow.ys
2026-07-10 14:37:19 +02:00

6 lines
127 B
Text

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