3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-27 02:58:48 +00:00
yosys/tests/liberty/issue3498_bad.lib
2026-06-23 07:24:59 +02:00

8 lines
119 B
Text

library(fake) {
cell(bugbad) {
bundle(X) {
members(x1, x2);
power_down_function : !a+b ;
}
}
}