mirror of https://github.com/YosysHQ/yosys.git
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
|
|
logger -expect error "Wire offset .* out of range" 1
|
||
|
|
read_rtlil <<EOT
|
||
|
|
module \foo
|
||
|
|
wire width 8 offset -4294967396 \bar
|
||
|
|
end
|
||
|
|
EOT
|