regression script bump for new torture that can produce waveforms
This commit is contained in:
		@@ -21,6 +21,7 @@ git submodule status --recursive
 | 
				
			|||||||
cd emulator; make CONFIG=$1; make CONFIG=$1 run-asm-tests; cd ..
 | 
					cd emulator; make CONFIG=$1; make CONFIG=$1 run-asm-tests; cd ..
 | 
				
			||||||
if [ $# -ge 2 ]
 | 
					if [ $# -ge 2 ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
 | 
					  cd emulator; make CONFIG=$1 debug; cd ..
 | 
				
			||||||
  git clone git@github.com:ucb-bar/riscv-torture.git
 | 
					  git clone git@github.com:ucb-bar/riscv-torture.git
 | 
				
			||||||
  cd riscv-torture; git submodule update --init;
 | 
					  cd riscv-torture; git submodule update --init;
 | 
				
			||||||
  if [ $# -eq 3 ]
 | 
					  if [ $# -eq 3 ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user