forked from openhwgroup/core-v-verif
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change cv_slet,cv_sletu instr asm to cv_sle,cv_sleu to align with cv3…
…2e40p user manual v1.4.0 Signed-off-by: Vaibhav Jain <[email protected]>
- Loading branch information
Vaibhav Jain
authored and
Vaibhav Jain
committed
Sep 12, 2023
1 parent
4c441e8
commit 8ce22f7
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -35,8 +35,8 @@ | |
CV_CLB, | ||
CV_CNT, | ||
CV_ABS, | ||
CV_SLET, | ||
CV_SLETU, | ||
CV_SLE, | ||
CV_SLEU, | ||
CV_MIN, | ||
CV_MINU, | ||
CV_MAX, | ||
|
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