aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dff2dffe.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-20 11:39:23 +0200
committerGitHub <noreply@github.com>2019-08-20 11:39:23 +0200
commitd0117d7d12483abd126602c1220a80e2eb807873 (patch)
tree4bbcb60156a215dd462298904aa8e537465d5355 /passes/techmap/dff2dffe.cc
parent1e3dd0a2da1c8a6a34d2a664f938a90fc83e81a9 (diff)
parent6ffb910d12a93e64182b52a58e69386851f2d595 (diff)
downloadyosys-d0117d7d12483abd126602c1220a80e2eb807873.tar.gz
yosys-d0117d7d12483abd126602c1220a80e2eb807873.tar.bz2
yosys-d0117d7d12483abd126602c1220a80e2eb807873.zip
Merge branch 'master' into clifford/pmgen
Diffstat (limited to 'passes/techmap/dff2dffe.cc')
-rw-r--r--passes/techmap/dff2dffe.cc2
1 files changed, 1 insertions, 1 deletions
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");