mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
logger -expect error "Memory offset .* out of range" 1
|
|
read_rtlil <<EOT
|
|
module \foo
|
|
memory width 8 offset -4294967396 \mem
|
|
end
|
|
EOT
|