aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-02-02 12:19:17 +0100
committerGitHub <noreply@github.com>2022-02-02 12:19:17 +0100
commit518521c72e7505070ab5d2650e3b6d83e4d31311 (patch)
tree7e2fb8db5a1da45cca6c188b8f8ccba04cb1cb25
parent0a6e2bd5d51025b83d4ff7474e65dd2decf673d5 (diff)
parentf5609d52c4206d2ce634b0b47510120281a7dcf1 (diff)
downloadyosys-518521c72e7505070ab5d2650e3b6d83e4d31311.tar.gz
yosys-518521c72e7505070ab5d2650e3b6d83e4d31311.tar.bz2
yosys-518521c72e7505070ab5d2650e3b6d83e4d31311.zip
Merge pull request #3182 from yrabbit/wip-doc2
Correct a typo in the manual
-rw-r--r--passes/techmap/iopadmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/iopadmap.cc b/passes/techmap/iopadmap.cc
index 990e28876..437ad5156 100644
--- a/passes/techmap/iopadmap.cc
+++ b/passes/techmap/iopadmap.cc
@@ -46,7 +46,7 @@ struct IopadmapPass : public Pass {
log(" -inpad <celltype> <in_port>[:<ext_port>]\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(" signal is passed through the pad cell, using the 2nd\n");
log(" portname as the port facing the module port.\n");
log("\n");
log(" -outpad <celltype> <out_port>[:<ext_port>]\n");