mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Fix merge issues
This commit is contained in:
parent
7a45cd5856
commit
7959e9d6b2
6 changed files with 14 additions and 21 deletions
|
@ -254,7 +254,7 @@ struct XAigerWriter
|
|||
|
||||
log_assert(!holes_mode);
|
||||
|
||||
if (cell->type == "$__ABC_FF_")
|
||||
if (cell->type == "$__ABC9_FF_")
|
||||
{
|
||||
SigBit D = sigmap(cell->getPort("\\D").as_bit());
|
||||
SigBit Q = sigmap(cell->getPort("\\Q").as_bit());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue