mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Remove peepopt call in synth_xilinx since already in synth -run coarse
This commit is contained in:
		
							parent
							
								
									b5f1bd0df1
								
							
						
					
					
						commit
						728839d6ca
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -239,11 +239,6 @@ struct SynthXilinxPass : public ScriptPass | |||
| 			//   so attempt to convert $pmux-es to the former
 | ||||
| 			if (!nosrl || help_mode) | ||||
| 				run("pmux2shiftx", "(skip if '-nosrl')"); | ||||
| 
 | ||||
| 			// Run a number of peephole optimisations, including one
 | ||||
| 			//   that optimises $mul cells driving $shiftx's B input
 | ||||
| 			//   and that aids wide mux analysis
 | ||||
| 			run("peepopt"); | ||||
| 		} | ||||
| 
 | ||||
| 		if (check_label("bram", "(skip if '-nobram')")) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue