mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
simplified header and footer
This commit is contained in:
parent
d7f0abca5a
commit
d449795b3e
@ -1,4 +1,3 @@
|
|||||||
#endif
|
|
||||||
RVTEST_CODE_END
|
RVTEST_CODE_END
|
||||||
RVMODEL_HALT
|
RVMODEL_HALT
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include "model_test.h"
|
#include "model_test.h"
|
||||||
#include "arch_test.h"
|
#include "arch_test.h"
|
||||||
RVTEST_ISA("RV64I")
|
|
||||||
|
|
||||||
.section .text.init
|
.section .text.init
|
||||||
.globl rvtest_entry_point
|
.globl rvtest_entry_point
|
||||||
@ -24,8 +23,4 @@ rvtest_entry_point:
|
|||||||
RVMODEL_BOOT
|
RVMODEL_BOOT
|
||||||
RVTEST_CODE_BEGIN
|
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)
|
RVTEST_SIGBASE( x8,signature_x8_1)
|
||||||
|
Loading…
Reference in New Issue
Block a user