mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-14 11:15:40 +00:00
6 lines
132 B
Text
6 lines
132 B
Text
logger -expect error "Memory offset .* out of range" 1
|
|
read_rtlil <<EOT
|
|
module \foo
|
|
memory width 8 offset -4294967396 \mem
|
|
end
|
|
EOT
|