mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
library(fake) {
|
|
cell(bugbad) {
|
|
bundle(X) {
|
|
members(x1, x2);
|
|
power_down_function : !a+b ;
|
|
}
|
|
}
|
|
}
|