mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	remove unnecessary blank line
This commit is contained in:
		
							parent
							
								
									d12ba42a74
								
							
						
					
					
						commit
						a31ba8e5d5
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2637,10 +2637,9 @@ skip_dynamic_range_lvalue_expansion:;
 | 
			
		|||
					wire->is_output = false;
 | 
			
		||||
					wire->is_reg = true;
 | 
			
		||||
					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_cache[child->str] = wire;
 | 
			
		||||
 | 
			
		||||
					current_ast_mod->children.push_back(wire);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue