mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Better reduce_* message
This commit is contained in:
parent
ef9645990e
commit
ba09c6c173
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ struct ExtractReducePass : public Pass
|
|||
if (inner_cells)
|
||||
{
|
||||
// Worth it to create reduce cell
|
||||
log(" Creating $reduce_* cell!\n");
|
||||
log("Creating reduce_* cell for %s (%s) in %s\n", head_cell->name.c_str(), head_cell->type.c_str(), module->name.c_str());
|
||||
|
||||
SigBit output = sigmap(head_cell->getPort(ID::Y)[0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue