mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			483 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			483 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
//
 | 
						|
// Copyright (C) 2024 Harvey Mudd College & Oklahoma State University
 | 
						|
//
 | 
						|
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
 | 
						|
///////////////////////////////////////////
 | 
						|
 | 
						|
#include "model_test.h"
 | 
						|
#include "arch_test.h"
 | 
						|
RVTEST_ISA("RV64I")
 | 
						|
 | 
						|
.section .text.init
 | 
						|
.globl rvtest_entry_point
 | 
						|
rvtest_entry_point:
 | 
						|
RVMODEL_BOOT
 | 
						|
RVTEST_CODE_BEGIN
 | 
						|
 | 
						|
RVTEST_CASE(0,"//check ISA:=regex(.*64.*);check ISA:=regex(.*I.*);def TEST_CASE_1=True;",temp)
 | 
						|
 | 
						|
    la x6, wally_signature
 | 
						|
    sd x0, 0(x6)
 | 
						|
    
 |