projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6510297
)
Remove newline
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 16:08:58 +0000
(09:08 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 16:08:58 +0000
(09:08 -0700)
frontends/ast/ast.cc
patch
|
blob
|
history
diff --git
a/frontends/ast/ast.cc
b/frontends/ast/ast.cc
index 01e865557fbe0aed6254f5ceccaf4e598ca254ad..a3a78e414a468984dc7b73784918454699996aad 100644
(file)
--- a/
frontends/ast/ast.cc
+++ b/
frontends/ast/ast.cc
@@
-1078,7
+1078,6
@@
static AstModule* process_module(AstNode *ast, bool defer, AstNode *original_ast
log_file_error(ast->filename, ast->linenum, "Attribute `%s' with non-constant value!\n", attr.first.c_str());
current_module->attributes[attr.first] = attr.second->asAttrConst();
}
-
for (size_t i = 0; i < ast->children.size(); i++) {
AstNode *node = ast->children[i];
if (node->type == AST_WIRE || node->type == AST_MEMORY)