Add missing NMUX to "abc -g" handling
authorClifford Wolf <clifford@clifford.at>
Fri, 16 Aug 2019 08:36:11 +0000 (10:36 +0200)
committerClifford Wolf <clifford@clifford.at>
Fri, 16 Aug 2019 08:36:11 +0000 (10:36 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/techmap/abc.cc

index 20ebc73c86fa1b3dfa92affd22d307b890e0a659..58e517e09d42fd648c394982148173711e343699 100644 (file)
@@ -1630,6 +1630,7 @@ struct AbcPass : public Pass {
                                        if (g == "ANDNOT") goto ok_gate;
                                        if (g == "ORNOT") goto ok_gate;
                                        if (g == "MUX") goto ok_gate;
+                                       if (g == "NMUX") goto ok_gate;
                                        if (g == "AOI3") goto ok_gate;
                                        if (g == "OAI3") goto ok_gate;
                                        if (g == "AOI4") goto ok_gate;