diff options
Diffstat (limited to 'frontends/ast')
| -rw-r--r-- | frontends/ast/simplify.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index 2621be490..5a9a8b997 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -1889,6 +1889,7 @@ skip_dynamic_range_lvalue_expansion:;  					wire->port_id = 0;  					wire->is_input = false;  					wire->is_output = false; +					wire->attributes["\\nosync"] = AstNode::mkconst_int(1, false);  					wire_cache[child->str] = wire;  					current_ast_mod->children.push_back(wire);  | 
