This commit is contained in:
Eddie Hung 2019-08-19 09:16:20 -07:00
parent 24c934f1af
commit 10c69f71e9
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ struct XAigerWriter
std::stringstream r_buffer;
auto write_r_buffer = std::bind(write_buffer, std::ref(r_buffer), std::placeholders::_1);
log_debug("flopNum = %zu\n", ff_bits.size());
log_debug("flopNum = %d\n", GetSize(ff_bits));
write_r_buffer(ff_bits.size());
int mergeability_class = 1;
for (auto cell : ff_bits)