mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Update frontends/verilog/verilog_parser.y
Co-authored-by: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7101ef550b
								
							
						
					
					
						commit
						38e858af8d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2216,7 +2216,7 @@ simple_behavioral_stmt:
 | 
			
		|||
behavioral_stmt:
 | 
			
		||||
	defattr | assert | wire_decl | param_decl | localparam_decl | typedef_decl |
 | 
			
		||||
	non_opt_delay behavioral_stmt |
 | 
			
		||||
	simple_behavioral_stmt ';' | ';' |
 | 
			
		||||
	attr simple_behavioral_stmt ';' | ';' |
 | 
			
		||||
	attr hierarchical_id {
 | 
			
		||||
		AstNode *node = new AstNode(AST_TCALL);
 | 
			
		||||
		node->str = *$2;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue