Added Testcase for bug1206

This commit is contained in:
Michael Baier
2026-07-09 14:34:56 +02:00
parent b88b73a99a
commit 3adb423e9e
+6
View File
@@ -0,0 +1,6 @@
logger -expect error "Wire width .* out of range" 1
read_rtlil <<EOT
module \foo
wire width 1073741824 \bar
end
EOT