name fix for TIM's (#1822)

This commit is contained in:
Derek Pappas 2019-02-06 16:12:59 -08:00 committed by GitHub
parent 8ce3887c78
commit e831ca3151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ object OMCaches {
def icache(p: ICacheParams, resourceBindings: Option[ResourceBindings]): OMICache = {
OMICache(
memoryRegions = resourceBindings.map(DiplomaticObjectModelAddressing.getOMMemoryRegions("ICache", _)).getOrElse(Nil),
memoryRegions = resourceBindings.map(DiplomaticObjectModelAddressing.getOMMemoryRegions("ITIM", _)).getOrElse(Nil),
interrupts = Nil,
nSets = p.nSets,
nWays = p.nWays,