1
0
mirror of synced 2026-05-03 23:00:15 +00:00

Fixed missing goto statement in passes/techmap/abc.cc

This commit is contained in:
Tobias Faller
2021-01-12 16:17:51 +01:00
parent b0004911ca
commit 760a2c1343

View File

@@ -1794,6 +1794,7 @@ struct AbcPass : public Pass {
gate_list.push_back("OAI4");
gate_list.push_back("MUX");
gate_list.push_back("NMUX");
goto ok_alias;
}
if (g_arg_from_cmd)
cmd_error(args, g_argidx, stringf("Unsupported gate type: %s", g.c_str()));