mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Safe side: all flops have different mergeability class
This commit is contained in:
parent
a31e17182d
commit
69f4c039ce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue