From: Clifford Wolf Date: Sun, 1 Jun 2014 09:32:27 +0000 (+0200) Subject: Fixed log messages in memory_dff X-Git-Tag: yosys-0.3.0~15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68c99bf7349cf56385ee803144dd7d8e219be8d5;p=yosys.git Fixed log messages in memory_dff --- diff --git a/passes/memory/memory_dff.cc b/passes/memory/memory_dff.cc index 2502a8b61..e8da6d642 100644 --- a/passes/memory/memory_dff.cc +++ b/passes/memory/memory_dff.cc @@ -111,6 +111,8 @@ static void handle_wr_cell(RTLIL::Module *module, RTLIL::Cell *cell) cell->parameters["\\CLK_POLARITY"] = RTLIL::Const(clk_polarity); log("merged $dff to cell.\n"); } + + log("no (compatible) $dff found.\n"); } static void disconnect_dff(RTLIL::Module *module, RTLIL::SigSpec sig)