Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Mar 23, 2023
1 parent 38e1a1e commit 051dbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/common/parameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class BoomCustomCSRs(implicit p: Parameters) extends freechips.rocketchip.tile.C
def disableOOO = getOrElse(chickenCSR, _.value(3), true.B)
def marchid = CustomCSR.constant(CSRs.marchid, BigInt(2))

override def decls: Seq[CustomCSR] = super.decls +: marchid
override def decls: Seq[CustomCSR] = super.decls :+ marchid
}

/**
Expand Down

0 comments on commit 051dbad

Please sign in to comment.