mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	opt_lut: Remove leftover -dlogic help
				
					
				
			This commit is contained in:
		
							parent
							
								
									66479a2232
								
							
						
					
					
						commit
						043f1e2bcb
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -529,12 +529,6 @@ struct OptLutPass : public Pass {
 | 
			
		|||
		log("\n");
 | 
			
		||||
		log("This pass combines cascaded $lut cells with unused inputs.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("    -dlogic <type>:<cell-port>=<LUT-input>[:<cell-port>=<LUT-input>...]\n");
 | 
			
		||||
		log("        preserve connections to dedicated logic cell <type> that has ports\n");
 | 
			
		||||
		log("        <cell-port> connected to LUT inputs <LUT-input>. this includes\n");
 | 
			
		||||
		log("        the case where both LUT and dedicated logic input are connected to\n");
 | 
			
		||||
		log("        the same constant.\n");
 | 
			
		||||
		log("\n");
 | 
			
		||||
		log("	-tech ice40\n");
 | 
			
		||||
		log("        treat the design as a LUT-mapped circuit for the iCE40 architecture\n");
 | 
			
		||||
		log("        and preserve connections to SB_CARRY as appropriate\n");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue