yosys/tests/rtlil/bug1206_memory_offset_overf...

7 lines
131 B
Plaintext
Raw Permalink Normal View History

2026-07-10 14:37:19 +02:00
logger -expect error "Memory offset .* out of range" 1
read_rtlil <<EOT
module \foo
memory width 8 offset 4294967396 \mem
end
EOT