aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-02-25 16:35:53 +0100
committerClifford Wolf <clifford@clifford.at>2017-02-25 16:35:53 +0100
commitc7d128672846bfbbbb2cdf34ddcb65bd7f296a32 (patch)
treee5799aa5c6b46ed8fb5101c98c220c386773f607 /backends
parentdfddf391f93a159c3283a2f3bca9da1316533956 (diff)
downloadyosys-c7d128672846bfbbbb2cdf34ddcb65bd7f296a32.tar.gz
yosys-c7d128672846bfbbbb2cdf34ddcb65bd7f296a32.tar.bz2
yosys-c7d128672846bfbbbb2cdf34ddcb65bd7f296a32.zip
Improve "write_edif" help message
Diffstat (limited to 'backends')
-rw-r--r--backends/edif/edif.cc9
1 files changed, 2 insertions, 7 deletions
diff --git a/backends/edif/edif.cc b/backends/edif/edif.cc
index f493c49e4..e0eea85c9 100644
--- a/backends/edif/edif.cc
+++ b/backends/edif/edif.cc
@@ -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");