diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-08-31 16:49:42 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-08-31 16:49:42 +0200 |
commit | 24e7cf89bc4ecc713c356e7a4c7af3229fff0f5d (patch) | |
tree | dfb5b4d7c74d14da6ea7efda128da689724963c4 /passes/techmap | |
parent | ee8f6f31f4b3d66b7ea07584d35d9beff96f893f (diff) | |
download | yosys-24e7cf89bc4ecc713c356e7a4c7af3229fff0f5d.tar.gz yosys-24e7cf89bc4ecc713c356e7a4c7af3229fff0f5d.tar.bz2 yosys-24e7cf89bc4ecc713c356e7a4c7af3229fff0f5d.zip |
Fixed iopadmap help message
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/iopadmap.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/passes/techmap/iopadmap.cc b/passes/techmap/iopadmap.cc index 0e0a2adc9..9dab40ca8 100644 --- a/passes/techmap/iopadmap.cc +++ b/passes/techmap/iopadmap.cc @@ -45,10 +45,10 @@ struct IopadmapPass : public Pass { log("the resulting cells to more sophisticated PAD cells.\n"); log("\n"); log(" -inpad <celltype> <portname>[:<portname>]\n"); - log(" Map module input ports to the given cell type with\n"); - log(" the given port name. if a 2nd portname is given, the\n"); + log(" Map module input ports to the given cell type with the\n"); + log(" given output port name. if a 2nd portname is given, the\n"); log(" signal is passed through the pad call, using the 2nd\n"); - log(" portname as output.\n"); + log(" portname as input.\n"); log("\n"); log(" -outpad <celltype> <portname>[:<portname>]\n"); log(" -inoutpad <celltype> <portname>[:<portname>]\n"); |