mirror of https://github.com/YosysHQ/yosys.git
Safe side: all flops have different mergeability class
This commit is contained in:
parent
a31e17182d
commit
69f4c039ce
|
|
@ -843,7 +843,7 @@ struct XAigerWriter
|
|||
write_r_buffer(ff_bits.size());
|
||||
int mergeability_class = 1;
|
||||
for (auto cell : ff_bits)
|
||||
write_r_buffer(mergeability_class);
|
||||
write_r_buffer(mergeability_class++);
|
||||
|
||||
f << "r";
|
||||
buffer_str = r_buffer.str();
|
||||
|
|
|
|||
Loading…
Reference in New Issue