diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-12-04 23:30:23 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-12-04 23:30:23 +0100 |
commit | c800e3bb163550f83ac677676a89f701f5f36052 (patch) | |
tree | f40167c2c7dc5b9178de06ccec4257fefc4724e6 /passes/techmap | |
parent | 70c417174d8f42ca8613a1f9a53b2cdc85a4a3c4 (diff) | |
download | yosys-c800e3bb163550f83ac677676a89f701f5f36052.tar.gz yosys-c800e3bb163550f83ac677676a89f701f5f36052.tar.bz2 yosys-c800e3bb163550f83ac677676a89f701f5f36052.zip |
Fix typo
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/dff2dffe.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/dff2dffe.cc b/passes/techmap/dff2dffe.cc index 3f5b48c75..7e1040963 100644 --- a/passes/techmap/dff2dffe.cc +++ b/passes/techmap/dff2dffe.cc @@ -263,7 +263,7 @@ struct Dff2dffePass : public Pass { log("more feedback paths to $dffe cells. It also works on gate-level cells such as\n"); log("$_DFF_P_, $_DFF_N_ and $_MUX_.\n"); log("\n"); - log(" -unmap"); + 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("\n"); |