mirror of https://github.com/YosysHQ/yosys.git
Remove newline
This commit is contained in:
parent
6510297712
commit
83ffec26cb
|
@ -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());
|
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();
|
current_module->attributes[attr.first] = attr.second->asAttrConst();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (size_t i = 0; i < ast->children.size(); i++) {
|
for (size_t i = 0; i < ast->children.size(); i++) {
|
||||||
AstNode *node = ast->children[i];
|
AstNode *node = ast->children[i];
|
||||||
if (node->type == AST_WIRE || node->type == AST_MEMORY)
|
if (node->type == AST_WIRE || node->type == AST_MEMORY)
|
||||||
|
|
Loading…
Reference in New Issue