simplified header and footer

This commit is contained in:
David Harris 2021-11-01 13:24:18 -07:00
parent 910957704b
commit 0c829dd62c
2 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
#endif
RVTEST_CODE_END
RVMODEL_HALT

View file

@ -16,7 +16,6 @@
#include "model_test.h"
#include "arch_test.h"
RVTEST_ISA("RV64I")
.section .text.init
.globl rvtest_entry_point
@ -24,8 +23,4 @@ rvtest_entry_point:
RVMODEL_BOOT
RVTEST_CODE_BEGIN
#ifdef TEST_CASE_1
RVTEST_CASE(0,"//check ISA:=regex(.*64.*);check ISA:=regex(.*I.*);def TEST_CASE_1=True;",add)
RVTEST_SIGBASE( x8,signature_x8_1)