mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #1636 from YosysHQ/eddie/fix_synth_xilinx_W
synth_xilinx: fix default W value for non-xc7
This commit is contained in:
		
						commit
						abba1541bc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -562,7 +562,7 @@ struct SynthXilinxPass : public ScriptPass
 | 
			
		|||
				if (active_design->scratchpad.count(k))
 | 
			
		||||
					abc9_opts += stringf(" -W %s", active_design->scratchpad_get_string(k).c_str());
 | 
			
		||||
				else
 | 
			
		||||
					abc9_opts += stringf(" -W %s", RTLIL::constpad.at(k).c_str());
 | 
			
		||||
					abc9_opts += stringf(" -W %s", RTLIL::constpad.at(k, RTLIL::constpad.at("synth_xilinx.abc9.xc7.W")).c_str());
 | 
			
		||||
				if (nowidelut)
 | 
			
		||||
					abc9_opts += " -lut +/xilinx/abc9_xc7_nowide.lut";
 | 
			
		||||
				else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue