Correct a typo in the manual
authorYRabbit <rabbit@yrabbit.cyou>
Wed, 2 Feb 2022 11:14:38 +0000 (21:14 +1000)
committerYRabbit <rabbit@yrabbit.cyou>
Wed, 2 Feb 2022 11:14:38 +0000 (21:14 +1000)
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
passes/techmap/iopadmap.cc

index 990e28876c76ab5e7ae9ce9ea2465f8114802e45..437ad51561bda2e86f50ab49bf694be83a078dbd 100644 (file)
@@ -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");