From 6cc8e848b6f222f2e853c4b86c41148f2b8ea0d5 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 16 May 2013 16:44:06 +0200 Subject: Fixed synthesis of functions in latched blocks --- frontends/ast/simplify.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontends/ast') diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index ef06c5b0..887b62f2 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -685,8 +685,6 @@ skip_dynamic_range_lvalue_expansion:; wire->port_id = 0; wire->is_input = false; wire->is_output = false; - if (type == AST_FCALL) - wire->attributes["\\nosync"] = AstNode::mkconst_int(0, false, 0); current_ast_mod->children.push_back(wire); replace_rules[child->str] = wire->str; -- cgit v1.2.3