mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Restore opt_clean back to original place
This commit is contained in:
		
							parent
							
								
									5b48b18d29
								
							
						
					
					
						commit
						c55530b901
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -260,6 +260,7 @@ struct SynthXilinxPass : public ScriptPass | |||
| 			run("fsm"); | ||||
| 			run("opt -fast"); | ||||
| 			run("memory -nomap"); | ||||
| 			run("opt_clean"); | ||||
| 
 | ||||
| 			if (widemux > 0 || help_mode) | ||||
| 				run("muxpack", "    ('-widemux' only)"); | ||||
|  | @ -270,8 +271,6 @@ struct SynthXilinxPass : public ScriptPass | |||
| 			// Also: wide multiplexer inference benefits from this too
 | ||||
| 			if (!(nosrl && widemux == 0) || help_mode) | ||||
| 				run("pmux2shiftx", "(skip if '-nosrl' and '-widemux=0')"); | ||||
| 
 | ||||
| 			run("opt_clean"); | ||||
| 		} | ||||
| 
 | ||||
| 		if (check_label("bram", "(skip if '-nobram')")) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue