Half-working load.

This commit is contained in:
Sebastian Bugge 2024-09-27 07:51:25 +02:00
parent 961ae49523
commit f7c93b1292
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
8 changed files with 112 additions and 36 deletions

View file

@ -80,9 +80,10 @@ object branchType {
using them altogether.
*/
object Op1Select {
val rs1 = 0.asUInt(1.W)
val PC = 1.asUInt(1.W)
val DC = 0.asUInt(1.W)
val rs1 = 0.asUInt(2.W)
val PC = 1.asUInt(2.W)
val Zero = 1.asUInt(2.W)
val DC = 3.asUInt(2.W)
}
object Op2Select {