mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Revert "synth_xilinx to call "synth -run coarse" with "-keepdc""
This reverts commit 7f964859ec.
			
			
This commit is contained in:
		
							parent
							
								
									bc84f7dd10
								
							
						
					
					
						commit
						737340327f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -240,9 +240,9 @@ struct SynthXilinxPass : public ScriptPass
 | 
			
		|||
 | 
			
		||||
		if (check_label("coarse")) {
 | 
			
		||||
			if (help_mode)
 | 
			
		||||
				run("synth -keepdc -run coarse [-flatten]", "(with '-flatten')");
 | 
			
		||||
				run("synth -run coarse [-flatten]", "(with '-flatten')");
 | 
			
		||||
			else
 | 
			
		||||
				run("synth -keepdc -run coarse" + std::string(flatten ? "" : " -flatten"), "(with '-flatten')");
 | 
			
		||||
				run("synth -run coarse" + std::string(flatten ? "" : " -flatten"), "(with '-flatten')");
 | 
			
		||||
 | 
			
		||||
			if (widemux > 0 || help_mode)
 | 
			
		||||
				run("muxpack", "    ('-widemux' only)");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue