Skip to content

Commit

Permalink
Fix zvfh capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jul 23, 2024
1 parent 286e842 commit e53bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/tile/BaseTile.scala
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ trait HasNonDiplomaticTileParameters {
}
Seq(s"zve${tileParams.core.eLen}$c")
}
val zvfh = Option.when(tileParams.core.useVector && tileParams.core.vfh) { Seq("Zvfh") }
val zvfh = Option.when(tileParams.core.useVector && tileParams.core.vfh) { Seq("zvfh") }

val multiLetterExt = (
// rdcycle[h], rdinstret[h] is implemented
Expand Down

0 comments on commit e53bbfc

Please sign in to comment.