projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7d7d8a
)
log_warning_noprefix -> log_warning as per review
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 14 Mar 2019 15:29:43 +0000
(15:29 +0000)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 3 May 2019 18:53:25 +0000
(20:53 +0200)
passes/hierarchy/hierarchy.cc
patch
|
blob
|
history
diff --git
a/passes/hierarchy/hierarchy.cc
b/passes/hierarchy/hierarchy.cc
index 483b386e5768b2b950e39807aa8cb4108d02ebc3..71dcfb1945f0982dffc820a160fee855fcaa78ef 100644
(file)
--- a/
passes/hierarchy/hierarchy.cc
+++ b/
passes/hierarchy/hierarchy.cc
@@
-741,7
+741,7
@@
struct HierarchyPass : public Pass {
const std::string &value = args[++argidx];
auto r = parameters.emplace(key, value);
if (!r.second) {
- log_warning
_noprefix
("-chparam %s already specified: overwriting.\n", key.c_str());
+ log_warning("-chparam %s already specified: overwriting.\n", key.c_str());
r.first->second = value;
}
continue;