projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978a933
)
Fixed bug in "read_verilog -ignore_redef"
author
Clifford Wolf
<clifford@clifford.at>
Thu, 14 Aug 2014 23:53:22 +0000
(
01:53
+0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 14 Aug 2014 23:53:22 +0000
(
01:53
+0200)
frontends/ast/ast.cc
patch
|
blob
|
history
diff --git
a/frontends/ast/ast.cc
b/frontends/ast/ast.cc
index 551859ebfc09bf9798e60ea272975d30c3103883..ec9616be3482606f77e6741685a9f5064a290deb 100644
(file)
--- a/
frontends/ast/ast.cc
+++ b/
frontends/ast/ast.cc
@@
-947,7
+947,7
@@
void AST::process(RTLIL::Design *design, AstNode *ast, bool dump_ast1, bool dump
if (!ignore_redef)
log_error("Re-definition of module `%s' at %s:%d!\n",
(*it)->str.c_str(), (*it)->filename.c_str(), (*it)->linenum);
- log
_error
("Ignoring re-definition of module `%s' at %s:%d!\n",
+ log("Ignoring re-definition of module `%s' at %s:%d!\n",
(*it)->str.c_str(), (*it)->filename.c_str(), (*it)->linenum);
continue;
}