Fixed log messages in memory_dff
authorClifford Wolf <clifford@clifford.at>
Sun, 1 Jun 2014 09:32:27 +0000 (11:32 +0200)
committerClifford Wolf <clifford@clifford.at>
Sun, 1 Jun 2014 09:32:27 +0000 (11:32 +0200)
passes/memory/memory_dff.cc

index 2502a8b61548e00b3603f28762781b1addf0036c..e8da6d642928479da875669f3d8668dee9f94531 100644 (file)
@@ -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)