projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5497f7
)
Fixed log messages in memory_dff
author
Clifford Wolf
<clifford@clifford.at>
Sun, 1 Jun 2014 09:32:27 +0000
(11:32 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 1 Jun 2014 09:32:27 +0000
(11:32 +0200)
passes/memory/memory_dff.cc
patch
|
blob
|
history
diff --git
a/passes/memory/memory_dff.cc
b/passes/memory/memory_dff.cc
index 2502a8b61548e00b3603f28762781b1addf0036c..e8da6d642928479da875669f3d8668dee9f94531 100644
(file)
--- 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)