mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Wrapped init in std::set constructor
This commit is contained in:
		
							parent
							
								
									9cb2303799
								
							
						
					
					
						commit
						6433203b39
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -32,14 +32,14 @@ struct WreduceConfig
 | 
			
		|||
 | 
			
		||||
	WreduceConfig()
 | 
			
		||||
	{
 | 
			
		||||
		supported_cell_types = {
 | 
			
		||||
		supported_cell_types = std::set<IdString>({
 | 
			
		||||
			"$not", "$pos", "$neg",
 | 
			
		||||
			"$and", "$or", "$xor", "$xnor",
 | 
			
		||||
			"$shl", "$shr", "$sshl", "$sshr", "$shift", "$shiftx",
 | 
			
		||||
			"$lt", "$le", "$eq", "$ne", "$eqx", "$nex", "$ge", "$gt",
 | 
			
		||||
			"$add", "$sub", // "$mul", "$div", "$mod", "$pow",
 | 
			
		||||
			"$mux", "$pmux"
 | 
			
		||||
		};
 | 
			
		||||
		});
 | 
			
		||||
	}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue