mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			261 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			261 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| rm -r work*
 | |
| cd ../../tests/imperas-riscv-tests/
 | |
| make allclean
 | |
| make
 | |
| cd ../wally-riscv-arch-test
 | |
| make allclean
 | |
| make
 | |
| make XLEN=32
 | |
| exe2memfile.pl work/*/*/*.elf
 | |
| cd ../linux-testgen/linux-testvectors
 | |
| ./tvLinker.sh
 | |
| cd ../../../wally-pipelined/regression
 |