mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-20 21:03:40 +00:00
Make slices debug
This commit is contained in:
parent
751f463994
commit
dd00b92c9f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,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)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix up ports
|
// Fix up ports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue