remove aliasing for branchType and fix tests ending in dependent load chains
This commit is contained in:
parent
fa35a38190
commit
39c008567d
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ object branchType {
|
|||
val gteu = 4.asUInt(3.W)
|
||||
val ltu = 5.asUInt(3.W)
|
||||
val jump = 6.asUInt(3.W)
|
||||
val DC = 0.asUInt(3.W)
|
||||
val DC = 7.asUInt(3.W)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue