1
0

rocketchip: remove most uses of GlobalAddrMap

This commit is contained in:
Wesley W. Terpstra
2016-11-18 19:38:02 -08:00
parent 2976fd84e4
commit d1328a6b6f
10 changed files with 6 additions and 18 deletions

View File

@ -85,7 +85,6 @@ object GenerateGlobalAddrMap {
object GenerateConfigString {
def apply(p: Parameters, clint: CoreplexLocalInterrupter, plic: TLPLIC, peripheryManagers: Seq[TLManagerParameters]) = {
val c = CoreplexParameters()(p)
val addrMap = p(GlobalAddrMap)
val res = new StringBuilder
res append plic.module.globalConfigString
res append clint.module.globalConfigString