mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
commit
149bcd88ad
3 changed files with 7 additions and 6 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <queue>
|
||||
#include <cinttypes>
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
|
||||
|
@ -623,7 +624,7 @@ struct RecoverNamesWorker {
|
|||
if (pop == 1 || pop == (8*sizeof(equiv_cls_t) - 1))
|
||||
continue;
|
||||
|
||||
log_debug("equivalence class: %016lx\n", cls.first);
|
||||
log_debug("equivalence class: %016" PRIx64 "\n", cls.first);
|
||||
const pool<IdBit> &gold_bits = cls2bits.at(cls.first).first;
|
||||
const pool<InvBit> &gate_bits = cls2bits.at(cls.first).second;
|
||||
if (gold_bits.empty() || gate_bits.empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue