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 { object Op1Select {
val rs1 = 0.asUInt(2.W) val rs1 = 0.asUInt(2.W)
val PC = 1.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) val DC = 3.asUInt(2.W)
} }

View file

@ -19,14 +19,14 @@ import LogParser._
object Manifest { object Manifest {
val singleTest = "arithImm.s" val singleTest = "constants.s"
val nopPadded = true val nopPadded = true
val singleTestOptions = TestOptions( val singleTestOptions = TestOptions(
printIfSuccessful = true, printIfSuccessful = true,
printErrors = true, printErrors = true,
printParsedProgram = false, printParsedProgram = true,
printVMtrace = false, printVMtrace = false,
printVMfinal = false, printVMfinal = false,
printMergedTrace = true, printMergedTrace = true,