-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rv64: fully support vector extention version 1.0 (#194)
* RV64: Fully Support Vector Extention Version 1.0 * Fixed bug for vector integer instructions * Support vector loads and store instructions * Support vector fixed-point arithmetic instructions * Support vector floating-point instructions * Support for turning on and off agnostic flag * RV64: fix the write mask of mstatus for vector extension * RV64: fix return value of function isa_fp_get_frm
- Loading branch information
1 parent
55380e2
commit 35aa529
Showing
21 changed files
with
2,310 additions
and
170 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
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.