mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02: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 ;
|
|
}
|
|
}
|
|
}
|