mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Add synth_xilinx -widemux recommended value
This commit is contained in:
		
							parent
							
								
									895ca50173
								
							
						
					
					
						commit
						baf47e496f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -79,7 +79,7 @@ struct SynthXilinxPass : public ScriptPass
 | 
			
		|||
		log("\n");
 | 
			
		||||
		log("    -widemux <int>\n");
 | 
			
		||||
		log("        enable inference of hard multiplexer resources (MuxFx) for muxes at or\n");
 | 
			
		||||
		log("        above this number of inputs (minimum value 2).\n");
 | 
			
		||||
		log("        above this number of inputs (minimum value 2, recommended value >= 5).\n");
 | 
			
		||||
		log("        default: 0 (no inference)\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("    -run <from_label>:<to_label>\n");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue