mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| set -ex
 | |
| rm -rf verilog-sim-benchmarks
 | |
| git clone http://git.veripool.org/git/verilog-sim-benchmarks
 | |
| cd verilog-sim-benchmarks
 | |
| patch -p1 < ../changes.diff
 |