mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-14 11:15:40 +00:00
6 lines
121 B
Text
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
|