cvw/tests/testgen/testgen_header.S

21 lines
473 B
ArmAsm
Raw Permalink Normal View History

2021-01-19 18:09:56 +00:00
//
// Copyright (C) 2021 Harvey Mudd College & Oklahoma State University
//
2023-02-10 02:14:26 +00:00
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
2021-01-19 18:09:56 +00:00
///////////////////////////////////////////
#include "model_test.h"
#include "arch_test.h"
2023-02-10 02:14:26 +00:00
RVTEST_ISA("RV64I")
2021-01-19 18:09:56 +00:00
.section .text.init
.globl rvtest_entry_point
rvtest_entry_point:
RVMODEL_BOOT
RVTEST_CODE_BEGIN
2021-01-19 18:09:56 +00:00
2023-02-10 02:25:24 +00:00
RVTEST_CASE(0,"//check ISA:=regex(.*64.*);check ISA:=regex(.*I.*);def TEST_CASE_1=True;",temp)
2022-01-26 18:01:51 +00:00
RVTEST_SIGBASE( x6, wally_signature)