3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 04:48:46 +00:00

Add tests for .

This commit is contained in:
Sean Luchen 2025-04-03 10:01:34 -07:00
parent bdcbbf2db6
commit 307db1ec50
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
library("foobar") {
pin("foo") {
bar : baz[0] ;
}
}

View file

@ -0,0 +1,2 @@
library("foobar") {
}

View file