forked from Github_Repos/cvw
simplified header and footer
This commit is contained in:
parent
d7f0abca5a
commit
d449795b3e
@ -1,4 +1,3 @@
|
||||
#endif
|
||||
RVTEST_CODE_END
|
||||
RVMODEL_HALT
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user