From: Clifford Wolf Date: Tue, 4 Dec 2018 22:30:23 +0000 (+0100) Subject: Fix typo X-Git-Tag: yosys-0.9~402 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c800e3bb163550f83ac677676a89f701f5f36052;p=yosys.git Fix typo Signed-off-by: Clifford Wolf --- 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");