From c800e3bb163550f83ac677676a89f701f5f36052 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 4 Dec 2018 23:30:23 +0100 Subject: Fix typo Signed-off-by: Clifford Wolf --- passes/techmap/dff2dffe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes') 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"); -- cgit v1.2.3