Revert "add new parameters for new SCR file"
This reverts commit 4dad5b8b32
.
The commit breaks the build.
This commit is contained in:
@ -53,7 +53,6 @@ trait HasTopLevelParameters {
|
||||
lazy val mifDataBeats = p(MIFDataBeats)
|
||||
lazy val xLen = p(XLen)
|
||||
lazy val nSCR = p(HtifKey).nSCR
|
||||
lazy val nUncoreSCR = p(HtifKey).nUncoreSCR
|
||||
lazy val scrAddrBits = log2Up(nSCR)
|
||||
lazy val scrDataBits = 64
|
||||
lazy val scrDataBytes = scrDataBits / 8
|
||||
|
Reference in New Issue
Block a user