mirror of https://github.com/YosysHQ/yosys.git
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
library(fake) {
|
||
|
cell(bugbad) {
|
||
|
bundle(X) {
|
||
|
members(x1, x2);
|
||
|
power_down_function : !a+b ;
|
||
|
}
|
||
|
}
|
||
|
}
|