added isa u spec (#1735)

This commit is contained in:
Derek Pappas 2018-12-05 11:46:12 -08:00 committed by GitHub
parent 6532893798
commit 165a6f4866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ object ISAExtensions {
F -> "F Standard Extension for Single-Precision Floating-Point",
D -> "D Standard Extension for Double-Precision Floating-Point",
C -> "C Standard Extension for Compressed Instruction",
U -> "TODO This is not really correct. The RISCV Instruction Set Manual, Volume II: Privileged Architecture",
U -> "The RISCV Instruction Set Manual, Volume II: Privileged Architecture",
S -> "Supervisor-Level ISA"
)