3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-30 13:19:05 +00:00

abc9_ops: Remove temporary debug log message

I missed this when adding the -replace_zbufs option.
This commit is contained in:
Jannis Harder 2025-09-23 14:38:15 +02:00
parent 99a23c777c
commit 904d49c6d8

View file

@ -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);
}