mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
Cleanup
This commit is contained in:
parent
6b403d19c7
commit
5a33f089bf
4 changed files with 6 additions and 12 deletions
|
@ -267,7 +267,7 @@ struct XAigerWriter
|
|||
|
||||
#ifndef NDEBUG
|
||||
if (ys_debug(1)) {
|
||||
static std::set<std::pair<IdString,TimingInfo::NameBit>> seen;
|
||||
static pool<std::pair<IdString,TimingInfo::NameBit>> seen;
|
||||
if (seen.emplace(derived_type, i.first).second) log("%s.%s[%d] abc9_arrival = %d\n",
|
||||
log_id(cell->type), log_id(i.first.name), offset, d);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue