3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/tests/liberty/issue3498_bad.lib
Miodrag Milanovic c2285b3460 fix file rights
2023-05-17 13:39:57 +02:00

9 lines
123 B
Plaintext

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