From: Clifford Wolf Date: Thu, 16 Apr 2015 16:23:43 +0000 (+0200) Subject: Improved "maccmap" help message X-Git-Tag: yosys-0.6~324 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e050467b89ea5594089aeb4b5f44b7b20159062b;p=yosys.git Improved "maccmap" help message --- diff --git a/passes/techmap/maccmap.cc b/passes/techmap/maccmap.cc index ffbd6289d..8068cd9eb 100644 --- a/passes/techmap/maccmap.cc +++ b/passes/techmap/maccmap.cc @@ -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 args, RTLIL::Design *design)