Improve "write_edif" help message
authorClifford Wolf <clifford@clifford.at>
Sat, 25 Feb 2017 15:35:53 +0000 (16:35 +0100)
committerClifford Wolf <clifford@clifford.at>
Sat, 25 Feb 2017 15:35:53 +0000 (16:35 +0100)
backends/edif/edif.cc

index f493c49e42d9eef54f51522f6293c9e4bc0b8693..e0eea85c914d3e6d3002f3dfccdf42c89d28201d 100644 (file)
@@ -107,13 +107,8 @@ struct EdifBackend : public Backend {
                log("        constant drivers first)\n");
                log("\n");
                log("    -pvector {par|bra|ang}\n");
-               log("        sets the delimiting character for module port rename clauses.\n");
-               log("        if it is par, The example from above will be:\n");
-               log("                (rename mcu_addr \"mcu_addr(0:23)\")\n");
-               log("        if it is ang, The example from above will be:\n");
-               log("                (rename mcu_addr \"mcu_addr<0:23>\")\n");
-               log("        otherwise:\n");
-               log("                (rename mcu_addr \"mcu_addr[0:23]\")\n");
+               log("        sets the delimiting character for module port rename clauses to\n");
+               log("        parentheses, square brackets, or angle brackets.\n");
                log("\n");
                log("Unfortunately there are different \"flavors\" of the EDIF file format. This\n");
                log("command generates EDIF files for the Xilinx place&route tools. It might be\n");