mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 13:34:28 +00:00
19 lines
435 B
ArmAsm
19 lines
435 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)
|
||
|
|