mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Add state_dependent_path_declaration so that ifnone can be parsed
				
					
				
			This commit is contained in:
		
							parent
							
								
									012ddc2f1e
								
							
						
					
					
						commit
						75316e8c49
					
				
					 3 changed files with 77 additions and 7 deletions
				
			
		|  | @ -377,6 +377,7 @@ TIME_SCALE_SUFFIX [munpf]?s | |||
| "begin"	       { return parser::make_TOK_BEGIN(out_loc); } | ||||
| "end"          { return parser::make_TOK_END(out_loc); } | ||||
| "if"           { return parser::make_TOK_IF(out_loc); } | ||||
| "ifnone"       { return parser::make_TOK_IFNONE(out_loc); } | ||||
| "else"         { return parser::make_TOK_ELSE(out_loc); } | ||||
| "for"          { return parser::make_TOK_FOR(out_loc); } | ||||
| "posedge"      { return parser::make_TOK_POSEDGE(out_loc); } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue