mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Fix merge issues
This commit is contained in:
parent
7a45cd5856
commit
7959e9d6b2
6 changed files with 14 additions and 21 deletions
|
@ -833,7 +833,7 @@ void AigerReader::post_process()
|
|||
log_assert(q->port_input);
|
||||
q->port_input = false;
|
||||
|
||||
auto ff = module->addCell(NEW_ID, "$__ABC_FF_");
|
||||
auto ff = module->addCell(NEW_ID, "$__ABC9_FF_");
|
||||
ff->setPort("\\D", d);
|
||||
ff->setPort("\\Q", q);
|
||||
flop_count++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue