mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Fixed synthesis of functions in latched blocks
This commit is contained in:
		
							parent
							
								
									227520f94d
								
							
						
					
					
						commit
						6cc8e848b6
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue