1
0

Get rid of paddrBits from SystemBus (#1029)

This commit is contained in:
Andrew Waterman
2017-10-04 12:11:37 -07:00
committed by GitHub
parent 5232a29d7d
commit 32fda51a2c
2 changed files with 6 additions and 3 deletions

View File

@ -125,5 +125,4 @@ trait HasSystemBus extends HasInterruptBus {
val sbus = LazyModule(new SystemBus(sbusParams))
def sharedMemoryTLEdge: TLEdge = sbus.busView
def paddrBits: Int = sbus.busView.bundle.addressBits
}