projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8826a
)
Comment out log()
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 28 Feb 2020 00:53:49 +0000
(16:53 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 28 Feb 2020 00:53:49 +0000
(16:53 -0800)
frontends/ast/simplify.cc
patch
|
blob
|
history
diff --git
a/frontends/ast/simplify.cc
b/frontends/ast/simplify.cc
index 57107b76ac30936905f7b4c0cc687b1d88a7c5bc..132116a69390238c0be8e04ba369e9f818f8b41b 100644
(file)
--- a/
frontends/ast/simplify.cc
+++ b/
frontends/ast/simplify.cc
@@
-1163,7
+1163,7
@@
bool AstNode::simplify(bool const_fold, bool at_zero, bool in_lvalue, int stage,
case AST_DPI_FUNCTION:
//log("found child %s, %s\n", type2str(node->type).c_str(), node->str.c_str());
if (str == node->str) {
- log("add %s, type %s to scope\n", str.c_str(), type2str(node->type).c_str());
+
//
log("add %s, type %s to scope\n", str.c_str(), type2str(node->type).c_str());
current_scope[node->str] = node;
}
break;