mirror of https://github.com/YosysHQ/yosys.git
Added Testcase for bug1206
This commit is contained in:
parent
b88b73a99a
commit
3adb423e9e
|
|
@ -0,0 +1,6 @@
|
|||
logger -expect error "Wire width .* out of range" 1
|
||||
read_rtlil <<EOT
|
||||
module \foo
|
||||
wire width 1073741824 \bar
|
||||
end
|
||||
EOT
|
||||
Loading…
Reference in New Issue