From: YRabbit Date: Wed, 2 Feb 2022 11:14:38 +0000 (+1000) Subject: Correct a typo in the manual X-Git-Tag: yosys-0.14~7^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5609d52c4206d2ce634b0b47510120281a7dcf1;p=yosys.git Correct a typo in the manual Signed-off-by: YRabbit --- 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 [:]\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 [:]\n");