mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
8 lines
123 B
Text
8 lines
123 B
Text
library(fake) {
|
|
cell(bugbad) {
|
|
bundle(X) {
|
|
members(x1, x2);
|
|
power_down_function : !a+b ;
|
|
}
|
|
}
|
|
}
|