mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	equiv_opt to call async2sync when not -multiclock like SymbiYosys
This commit is contained in:
		
							parent
							
								
									fd0e3a2c43
								
							
						
					
					
						commit
						a39505e329
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -156,6 +156,8 @@ struct EquivOptPass:public ScriptPass
 | 
			
		|||
		if (check_label("prove")) {
 | 
			
		||||
			if (multiclock || help_mode)
 | 
			
		||||
				run("clk2fflogic", "(only with -multiclock)");
 | 
			
		||||
			else
 | 
			
		||||
				run("async2sync", "(only without -multiclock)");
 | 
			
		||||
			run("equiv_make gold gate equiv");
 | 
			
		||||
			if (help_mode)
 | 
			
		||||
				run("equiv_induct [-undef] equiv");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue