mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix AMO test
This commit is contained in:
parent
0ecfff7e3a
commit
e3ae7fabc7
@ -243,15 +243,15 @@ RVTEST_DATA_END
|
|||||||
RVMODEL_DATA_BEGIN
|
RVMODEL_DATA_BEGIN
|
||||||
# signature output
|
# signature output
|
||||||
wally_signature:
|
wally_signature:
|
||||||
.fill 6, 8, -1
|
.fill 36, 8, -1
|
||||||
|
|
||||||
#ifdef rvtest_mtrap_routine
|
#ifdef rvtest_mtrap_routine
|
||||||
mtrap_sigptr:
|
#mtrap_sigptr:
|
||||||
.fill 64*(XLEN/32),4,0xdeadbeef
|
# .fill 64*(XLEN/32),4,0xdeadbeef
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef rvtest_gpr_save
|
#ifdef rvtest_gpr_save
|
||||||
gpr_save:
|
#gpr_save:
|
||||||
.fill 32*(XLEN/32),4,0xdeadbeef
|
# .fill 32*(XLEN/32),4,0xdeadbeef
|
||||||
#endif
|
#endif
|
||||||
RVMODEL_DATA_END
|
RVMODEL_DATA_END
|
||||||
|
Loading…
Reference in New Issue
Block a user