mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Bugfix in Xilinx LUT mapping
This commit is contained in:
		
							parent
							
								
									1e32e4bdae
								
							
						
					
					
						commit
						864808992b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -204,7 +204,7 @@ struct SynthXilinxPass : public Pass {
 | 
			
		|||
 | 
			
		||||
		if (check_label(active, run_from, run_to, "map_luts"))
 | 
			
		||||
		{
 | 
			
		||||
			Pass::call(design, "abc -lut 5:8" + string(retime ? " -dff" : ""));
 | 
			
		||||
			Pass::call(design, "abc -lut 6:8" + string(retime ? " -dff" : ""));
 | 
			
		||||
			Pass::call(design, "clean");
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue