forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openhwgroup#1618 from spidugu444/riscv-arch-test-pr
Use riscv-arch-test suite to verify CVA6 core
- Loading branch information
Showing
6 changed files
with
884 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/arch_test_target/spike/model_test.h b/arch_test_target/spike/model_test.h | ||
index e968e43a..7628af51 100644 | ||
--- a/arch_test_target/spike/model_test.h | ||
+++ b/arch_test_target/spike/model_test.h | ||
@@ -23,6 +23,7 @@ | ||
li x1, 1; \ | ||
write_tohost: \ | ||
sw x1, tohost, t1; \ | ||
+ ecall | ||
self_loop: j self_loop; | ||
|
||
#define RVMODEL_BOOT | ||
-- | ||
2.39.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.