mirror of https://github.com/YosysHQ/yosys.git
abc9_ops: Remove temporary debug log message
I missed this when adding the -replace_zbufs option.
This commit is contained in:
parent
99a23c777c
commit
904d49c6d8
|
|
@ -1600,7 +1600,6 @@ static void replace_zbufs(Design *design)
|
|||
sig[i] = w;
|
||||
}
|
||||
}
|
||||
log("XXX %s -> %s\n", log_signal(cell->getPort(ID::A)), log_signal(sig));
|
||||
cell->setPort(ID::A, sig);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue