projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8415328
)
Replace TODO
author
Eddie Hung
<eddie@fpgeh.com>
Sat, 23 Nov 2019 00:58:08 +0000
(16:58 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Sat, 23 Nov 2019 00:58:08 +0000
(16:58 -0800)
passes/techmap/clkpart.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/clkpart.cc
b/passes/techmap/clkpart.cc
index bf3b5bd3056637ab3ab06bbec6b501bcccb93b74..d8d53536d2652901bd2703b0087df1a76b3769f9 100644
(file)
--- a/
passes/techmap/clkpart.cc
+++ b/
passes/techmap/clkpart.cc
@@
-58,7
+58,7
@@
struct ClkPartPass : public Pass {
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
{
- log_header(design, "Executing CLKPART pass (
TODO
).\n");
+ log_header(design, "Executing CLKPART pass (
partition design according to clock domain
).\n");
log_push();
clear_flags();