mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	verilog: fix wildcard port connections leaking memory
This commit is contained in:
		
							parent
							
								
									62a42c317c
								
							
						
					
					
						commit
						b57e47fad8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -2084,6 +2084,7 @@ cell_port: | |||
| 		if (!sv_mode) | ||||
| 			frontend_verilog_yyerror("Wildcard port connections are only supported in SystemVerilog mode."); | ||||
| 		astbuf2->attributes[ID::wildcard_port_conns] = AstNode::mkconst_int(1, false); | ||||
| 		free_attr($1); | ||||
| 	}; | ||||
| 
 | ||||
| always_comb_or_latch: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue