mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge branch 'YosysHQ:main' into main
This commit is contained in:
		
						commit
						66186f11fd
					
				
					 4 changed files with 17 additions and 10 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