Half-working load.
This commit is contained in:
parent
961ae49523
commit
f7c93b1292
8 changed files with 112 additions and 36 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue