Skip to content

Commit

Permalink
maintain same width of MIP CSR bit positions 'lip'
Browse files Browse the repository at this point in the history
  • Loading branch information
ingallsj committed Jun 9, 2021
1 parent ae0b318 commit 80d3fec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/rocket/CSR.scala
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ class DCSR extends Bundle {
class MIP(implicit p: Parameters) extends CoreBundle()(p)
with HasCoreParameters {
val lip = Vec(coreParams.nLocalInterrupts, Bool())
val zero2 = Bool()
val debug = Bool() // keep in sync with CSR.debugIntCause
val zero1 = Bool()
val debug = Bool() // keep in sync with CSR.debugIntCause
val rocc = Bool()
val sgeip = Bool()
val meip = Bool()
Expand Down

0 comments on commit 80d3fec

Please sign in to comment.