3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-14 11:14:44 +00:00

Reduce pass verbosity

This commit is contained in:
Akash Levy 2025-02-18 04:05:40 -08:00
parent 33c72b0f25
commit ef9645990e
3 changed files with 5 additions and 5 deletions

View file

@ -189,7 +189,7 @@ struct MuxpackWorker
{
for (auto cell : candidate_cells)
{
log("Considering %s (%s)\n", log_id(cell), log_id(cell->type));
log_debug("Considering %s (%s)\n", log_id(cell), log_id(cell->type));
SigSpec a_sig = sigmap(cell->getPort(ID::A));
if (cell->type == ID($mux)) {