Fix S/R comment; thanks @mwkmwkmwk
authorEddie Hung <eddie@fpgeh.com>
Wed, 11 Dec 2019 22:31:23 +0000 (14:31 -0800)
committerEddie Hung <eddie@fpgeh.com>
Mon, 13 Apr 2020 20:45:18 +0000 (13:45 -0700)
passes/techmap/zinit.cc

index f982dbb30f4ace4d5c6b7b935521d852008d573e..f7c63b8f80e5a3a0ee1c33a1c3ea1a7ac70d1f5c 100644 (file)
@@ -143,7 +143,7 @@ struct ZinitPass : public Pass {
                                /*if (cell->type.in(ID($_DFFSR_NNN_), ID($_DFFSR_NNP_), ID($_DFFSR_NPN_), ID($_DFFSR_NPP_),
                                                        ID($_DFFSR_PNN_), ID($_DFFSR_PNP_), ID($_DFFSR_PPN_), ID($_DFFSR_PPP_)))
                                {
-                                       // TODO: I think I need a $_DFFRS_* cell where R has priority over S...
+                                       // TODO: I think I need a $_DFFRS_* cell where S has priority over R...
                                        std::swap(cell->connections_.at(ID(R)), cell->connections_.at(ID(S)));
                                }
                                else*/ if (cell->type.in(ID($_DFF_NN0_), ID($_DFF_NN1_), ID($_DFF_NP0_), ID($_DFF_NP1_),