Improved "maccmap" help message
authorClifford Wolf <clifford@clifford.at>
Thu, 16 Apr 2015 16:23:43 +0000 (18:23 +0200)
committerClifford Wolf <clifford@clifford.at>
Thu, 16 Apr 2015 16:23:43 +0000 (18:23 +0200)
passes/techmap/maccmap.cc

index ffbd6289d05bd9cf9db69a7b3be29bec422a6c05..8068cd9eb76b51d4231326f2932753910ec17b68 100644 (file)
@@ -371,8 +371,8 @@ struct MaccmapPass : public Pass {
                log("\n");
                log("    maccmap [-unmap] [selection]\n");
                log("\n");
-               log("This pass maps $macc cells to yosys gate primitives. When the -unmap option is\n");
-               log("used then the $macc cell is mapped to $and, $sub, etc. cells instead.\n");
+               log("This pass maps $macc cells to yosys $fa and $alu cells. When the -unmap option\n");
+               log("is used then the $macc cell is mapped to $add, $sub, etc. cells instead.\n");
                log("\n");
        }
        virtual void execute(std::vector<std::string> args, RTLIL::Design *design)