From: Eddie Hung Date: Mon, 19 Aug 2019 17:41:18 +0000 (-0700) Subject: Fix typo X-Git-Tag: working-ls180~1129 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e010834ebaaf6e5c87bc29710feee78298bf369;p=yosys.git Fix typo --- diff --git a/passes/techmap/dff2dffe.cc b/passes/techmap/dff2dffe.cc index e766f2cf6..0242256e5 100644 --- a/passes/techmap/dff2dffe.cc +++ b/passes/techmap/dff2dffe.cc @@ -265,7 +265,7 @@ struct Dff2dffePass : public Pass { log("\n"); log(" -unmap\n"); log(" operate in the opposite direction: replace $dffe cells with combinations\n"); - log(" of $dff and $mux cells. the options below are ignore in unmap mode.\n"); + log(" of $dff and $mux cells. the options below are ignored in unmap mode.\n"); log("\n"); log(" -unmap-mince N\n"); log(" Same as -unmap but only unmap $dffe where the clock enable port\n");