Fixes in "hilomap" help message
authorClifford Wolf <clifford@clifford.at>
Wed, 8 Oct 2014 19:38:37 +0000 (21:38 +0200)
committerClifford Wolf <clifford@clifford.at>
Wed, 8 Oct 2014 19:38:37 +0000 (21:38 +0200)
passes/techmap/hilomap.cc

index f598ddc6a2cadd7f77aa62b6fbe0956497a96087..9a14ffa3c06689a6134d253a6459ec7c6a47f582 100644 (file)
@@ -60,9 +60,7 @@ struct HilomapPass : public Pass {
                log("\n");
                log("    hilomap [options] [selection]\n");
                log("\n");
-               log("Map module inputs/outputs to PAD cells from a library. This pass\n");
-               log("can only map to very simple PAD cells. Use 'techmap' to further map\n");
-               log("the resulting cells to more sophisticated PAD cells.\n");
+               log("Map constants to 'tielo' and 'tiehi' driver cells.\n");
                log("\n");
                log("    -hicell <celltype> <portname>\n");
                log("        Replace constant hi bits with this cell.\n");
@@ -78,7 +76,7 @@ struct HilomapPass : public Pass {
        }
        virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
        {
-               log_header("Executing HILOPAD pass (mapping to constant drivers).\n");
+               log_header("Executing HILOMAP pass (mapping to constant drivers).\n");
 
                hicell_celltype = std::string();
                hicell_portname = std::string();