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

6 lines
121 B
Text

logger -expect error "Memory width .* out of range" 1
read_rtlil <<EOT
module \foo
memory width 1073741824 \mem
end
EOT