-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add riscv64 arch and u74mc uarch (#35)
Add riscv64 arch and SiFive u74mc uarch. First version of GCC with RISC-V support was 7.1. First version of LLVM with RISC-V support was 9.0. rv64gc is a commonly used shorthand alias for rv64imafdc.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
processor : 0 | ||
hart : 4 | ||
isa : rv64imafdc | ||
mmu : sv39 | ||
uarch : sifive,u74-mc |