mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-11-04 06:39:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
set -e
 | 
						|
python3 $SBY_MAIN --autotune -f $SBY_FILE $TASK
 |