mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	wreduce: fix warning for deprecated IdString::in(pool<IdString>)
This commit is contained in:
		
							parent
							
								
									da5c20dcfb
								
							
						
					
					
						commit
						c2691207df
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -280,7 +280,7 @@ struct WreduceWorker | |||
| 	{ | ||||
| 		bool did_something = false; | ||||
| 
 | ||||
| 		if (!cell->type.in(config->supported_cell_types)) | ||||
| 		if (!config->supported_cell_types.count(cell->type)) | ||||
| 			return; | ||||
| 
 | ||||
| 		if (cell->type.in(ID($mux), ID($pmux))) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue