diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index 855fdadb7..aed1e8c28 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -1591,6 +1591,8 @@ struct AbcPass : public Pass { log("\n"); log(" -sop\n"); log(" map to sum-of-product cells and inverters\n"); + log(" -map_src \n"); + log(" source attribution for cells created by ABC\n"); log("\n"); // log(" -mux4, -mux8, -mux16\n"); // log(" try to extract 4-input, 8-input, and/or 16-input muxes\n");