mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
export REV="de2i"
 | 
						|
 | 
						|
quartus_map -c $REV top && \
 | 
						|
    quartus_fit -c $REV top && \
 | 
						|
	    quartus_asm -c $REV top
 |