mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			292 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#start: passes in the following order:
 | 
						|
#end: When called with -fast
 | 
						|
opt_expr
 | 
						|
opt_merge -nomux
 | 
						|
 | 
						|
do
 | 
						|
    opt_muxtree
 | 
						|
    opt_reduce
 | 
						|
    opt_merge
 | 
						|
    opt_share  (-full only)
 | 
						|
    opt_dff  (except when called with -noff)
 | 
						|
    opt_hier (-hier only)
 | 
						|
    opt_clean
 | 
						|
    opt_expr
 | 
						|
while <changed design>
 |