mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
Unclog the log
This commit is contained in:
parent
11c05e2e40
commit
bbfdb460a5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ struct SplitfanoutWorker
|
||||||
}
|
}
|
||||||
|
|
||||||
// Log the new cell
|
// Log the new cell
|
||||||
log(" slice %d: %s => %s\n", foi++, log_id(new_name), log_signal(new_cell->getPort(outport)));
|
log_debug(" slice %d: %s => %s\n", foi++, log_id(new_name), log_signal(new_cell->getPort(outport)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove the original cell
|
// Remove the original cell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue