From: Eddie Hung Date: Sat, 15 Jun 2019 16:36:02 +0000 (-0700) Subject: Update comment X-Git-Tag: working-ls180~881^2^2~316 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d74b3e004455a98d785bd27c4276b787af637a7;p=yosys.git Update comment --- diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index 4810e0113..09f80fee8 100644 --- a/backends/aiger/xaiger.cc +++ b/backends/aiger/xaiger.cc @@ -224,7 +224,7 @@ struct XAigerWriter // FIXME: Should short here, rather than provide $_DFF_[NP]_ // to ABC as a user cell - //if (cell->type.in(/*"$_FF_",*/ "$_DFF_N_", "$_DFF_P_")) + //if (cell->type.in("$_FF_" /*, "$_DFF_N_", "$_DFF_P_"*/)) //{ // SigBit D = sigmap(cell->getPort("\\D").as_bit()); // SigBit Q = sigmap(cell->getPort("\\Q").as_bit());