mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
Merge branch 'YosysHQ:master' into main/issue2525
This commit is contained in:
commit
693c609eec
18 changed files with 2505 additions and 57 deletions
8
tests/liberty/issue3498_bad.lib
Executable file
8
tests/liberty/issue3498_bad.lib
Executable file
|
@ -0,0 +1,8 @@
|
|||
library(fake) {
|
||||
cell(bugbad) {
|
||||
bundle(X) {
|
||||
members(x1, x2);
|
||||
power_down_function : !a+b ;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue