add new parameters for new SCR file
This commit is contained in:
@ -53,6 +53,7 @@ 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