Skip to content

Commit

Permalink
ci: add ci tests for Svpbmt (#4016)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxpicca-Li authored Dec 12, 2024
1 parent d29ebcf commit f346d72
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 @@ -353,7 +353,8 @@ def __get_ci_misc(self, name=None):
"isa_misc/satp_ppn.bin",
"cache-management/softprefetchtest-riscv64-xs.bin",
"smstateen/rvh_test.bin",
"zacas/zacas-riscv64-xs.bin"
"zacas/zacas-riscv64-xs.bin",
"Svpbmt/rvh_test.bin"
]
misc_tests = map(lambda x: os.path.join(base_dir, x), workloads)
return misc_tests
Expand Down

0 comments on commit f346d72

Please sign in to comment.