mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	synth_xilinx's muxcover call to be very conservative -- -nodecode
This commit is contained in:
		
							parent
							
								
									f0a1726a1a
								
							
						
					
					
						commit
						b9ff0503f3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -282,7 +282,7 @@ struct SynthXilinxPass : public ScriptPass
 | 
			
		|||
			}
 | 
			
		||||
			else if (widemux > 0) {
 | 
			
		||||
				run("simplemap t:$mux");
 | 
			
		||||
				std::string muxcover_args = " -dmux=0";
 | 
			
		||||
				std::string muxcover_args = " -nodecode";
 | 
			
		||||
				switch (widemux) {
 | 
			
		||||
					// NB: Cost of mux2 is 100; mux8 should cost between 3 and 4
 | 
			
		||||
					//     of those so that 4:1 muxes and below are implemented
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue