mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	simplified make-tests.sh to run the current makefile in regression
This commit is contained in:
		
							parent
							
								
									82e68f2170
								
							
						
					
					
						commit
						23d6791b22
					
				@ -1,14 +1,16 @@
 | 
			
		||||
#!/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 ../../../pipelined/regression
 | 
			
		||||
# 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 ../../../pipelined/regression
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user