mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed march compiling privileged tests to support AMO tests.
This commit is contained in:
		
							parent
							
								
									29086ea393
								
							
						
					
					
						commit
						91a593c020
					
				@ -1,3 +1,3 @@
 | 
			
		||||
include ../../Makefile.include
 | 
			
		||||
 | 
			
		||||
$(eval $(call compile_template,-march=rv32i -mabi=ilp32 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
 | 
			
		||||
$(eval $(call compile_template,-march=rv32iac -mabi=ilp32 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,3 @@
 | 
			
		||||
include ../../Makefile.include
 | 
			
		||||
 | 
			
		||||
$(eval $(call compile_template,-march=rv64i -mabi=lp64 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
 | 
			
		||||
$(eval $(call compile_template,-march=rv64iac -mabi=lp64 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
 | 
			
		||||
 | 
			
		||||
@ -37,6 +37,7 @@ rv64i_sc_tests = \
 | 
			
		||||
    WALLY-misa-01 \
 | 
			
		||||
    WALLY-scratch-01 \
 | 
			
		||||
    WALLY-sscratch-s-01 \
 | 
			
		||||
    WALLY-AMO \
 | 
			
		||||
 | 
			
		||||
# Don't simulate these because they rely on SoC features that Wally does not offer.
 | 
			
		||||
target_tests_nosim = \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user