3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Better reduce_* message

This commit is contained in:
Akash Levy 2025-02-18 04:34:54 -08:00
parent ef9645990e
commit ba09c6c173

View file

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