From: Clifford Wolf Date: Mon, 31 Aug 2015 14:49:42 +0000 (+0200) Subject: Fixed iopadmap help message X-Git-Tag: yosys-0.6~173 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24e7cf89bc4ecc713c356e7a4c7af3229fff0f5d;p=yosys.git Fixed iopadmap help message --- 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 [:]\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 [:]\n"); log(" -inoutpad [:]\n");