Skip to content

Commit

Permalink
ci: add ci tests for Smstateen extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
NewPaulWalker committed Dec 9, 2024
1 parent ffc7351 commit 7698128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/xiangshan.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ def __get_ci_misc(self, name=None):
"asid/asid.bin",
"isa_misc/xret_clear_mprv.bin",
"isa_misc/satp_ppn.bin",
"cache-management/softprefetchtest-riscv64-xs.bin"
"cache-management/softprefetchtest-riscv64-xs.bin",
"smstateen/rvh_test.bin"
]
misc_tests = map(lambda x: os.path.join(base_dir, x), workloads)
return misc_tests
Expand Down

0 comments on commit 7698128

Please sign in to comment.