Skip to content

Commit

Permalink
version changed for RV64E
Browse files Browse the repository at this point in the history
  • Loading branch information
mhtwn committed Nov 27, 2019
1 parent 0a8412a commit a25932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/diplomaticobjectmodel/model/OMISA.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object OMISA {
val baseISAVersion = baseInstructionSet match {
case RV32E => "1.9"
case RV32I => "2.0"
case RV64E => "2.0"
case RV64E => "1.9"
case RV64I => "2.0"
case _ => throw new IllegalArgumentException(s"ERROR: Invalid baseISAVersion: $baseInstructionSet")
}
Expand Down

0 comments on commit a25932c

Please sign in to comment.