mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 02:10:24 +00:00
Merge 7f45715fec
into 262b00d5e5
This commit is contained in:
commit
42facc79b9
12 changed files with 154 additions and 159 deletions
|
@ -553,11 +553,11 @@ static void dfflibmap(RTLIL::Design *design, RTLIL::Module *module)
|
|||
new_cell->setPort("\\" + port.first, sig);
|
||||
}
|
||||
|
||||
stats[stringf(" mapped %%d %s cells to %s cells.\n", cell_type.c_str(), new_cell->type.c_str())]++;
|
||||
stats[stringf("%s cells to %s cells", cell_type.c_str(), new_cell->type.c_str())]++;
|
||||
}
|
||||
|
||||
for (auto &stat: stats)
|
||||
log(stat.first.c_str(), stat.second);
|
||||
log(" mapped %d %s.\n", stat.second, stat.first);
|
||||
}
|
||||
|
||||
struct DfflibmapPass : public Pass {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue