mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Use $__ABC_FF_ instead of $_FF_
This commit is contained in:
parent
c04921c3a8
commit
c2f3f116d0
3 changed files with 33 additions and 17 deletions
|
@ -222,8 +222,8 @@ struct XAigerWriter
|
|||
|
||||
log_assert(!holes_mode);
|
||||
|
||||
// FIXME: Should short here, rather than provide $_DFF_[NP]_
|
||||
// to ABC as a user cell
|
||||
// FIXME: Should short here, rather than provide $__ABC_FF_
|
||||
// to ABC like a user cell
|
||||
//if (cell->type.in("$_FF_" /*, "$_DFF_N_", "$_DFF_P_"*/))
|
||||
//{
|
||||
// SigBit D = sigmap(cell->getPort("\\D").as_bit());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue