按照stem翻转
This commit is contained in:
parent
b2df76e1de
commit
73ab1d168a
@ -19,9 +19,8 @@ void Circuit::init_stems() {
|
||||
|
||||
for(auto& gate: gates) {
|
||||
if(gate->outputs.size() >= 2) {
|
||||
|
||||
gate->stem = true;
|
||||
}
|
||||
gate->stem = true;
|
||||
if(gate->stem) {
|
||||
stems.push_back(gate);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user