mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fixed ilang parsing of process attributes
This commit is contained in:
		
							parent
							
								
									d6d0e08834
								
							
						
					
					
						commit
						3b5f4ff39c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -225,6 +225,7 @@ proc_stmt:
 | 
			
		|||
		switch_stack.push_back(¤t_process->root_case.switches);
 | 
			
		||||
		case_stack.clear();
 | 
			
		||||
		case_stack.push_back(¤t_process->root_case);
 | 
			
		||||
		attrbuf.clear();
 | 
			
		||||
		free($2);
 | 
			
		||||
	} case_body sync_list TOK_END EOL;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue