mirror of https://github.com/YosysHQ/yosys.git
remove unnecessary blank line
This commit is contained in:
parent
d12ba42a74
commit
a31ba8e5d5
|
@ -2637,10 +2637,9 @@ skip_dynamic_range_lvalue_expansion:;
|
||||||
wire->is_output = false;
|
wire->is_output = false;
|
||||||
wire->is_reg = true;
|
wire->is_reg = true;
|
||||||
wire->attributes["\\nosync"] = AstNode::mkconst_int(1, false);
|
wire->attributes["\\nosync"] = AstNode::mkconst_int(1, false);
|
||||||
if (child->type == AST_ENUM_ITEM){
|
if (child->type == AST_ENUM_ITEM)
|
||||||
wire->attributes["\\enum_base_type"] = child->attributes["\\enum_base_type"];
|
wire->attributes["\\enum_base_type"] = child->attributes["\\enum_base_type"];
|
||||||
|
|
||||||
}
|
|
||||||
wire_cache[child->str] = wire;
|
wire_cache[child->str] = wire;
|
||||||
|
|
||||||
current_ast_mod->children.push_back(wire);
|
current_ast_mod->children.push_back(wire);
|
||||||
|
|
Loading…
Reference in New Issue