yosys/tests/liberty/issue3498_bad.lib

9 lines
119 B
Plaintext
Raw Normal View History

2026-06-23 07:24:59 +02:00
library(fake) {
cell(bugbad) {
bundle(X) {
members(x1, x2);
2026-06-23 07:24:59 +02:00
power_down_function : !a+b ;
}
}
}