mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
Set abc_flop and use it in toposort
This commit is contained in:
parent
10c69f71e9
commit
9bfe924e17
2 changed files with 52 additions and 31 deletions
|
@ -840,6 +840,7 @@ void AigerReader::post_process()
|
|||
flop_count++;
|
||||
cell->type = flop_module->name;
|
||||
module->connect(q, d);
|
||||
cell->set_bool_attribute("\\abc_flop");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue