LUI working.

This commit is contained in:
Sebastian Bugge 2024-09-27 08:42:43 +02:00
parent a48c9a1ba8
commit abef04fc22
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ object branchType {
object Op1Select {
val rs1 = 0.asUInt(2.W)
val PC = 1.asUInt(2.W)
val Zero = 1.asUInt(2.W)
val Zero = 2.asUInt(2.W)
val DC = 3.asUInt(2.W)
}