Fixed log messages in memory_dff

This commit is contained in:
Clifford Wolf 2014-06-01 11:32:27 +02:00
parent d5497f770b
commit 68c99bf734
1 changed files with 2 additions and 0 deletions

View 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)