rename L2HellaCache to L2HellaCacheBank
This commit is contained in:
parent
3b3250339a
commit
7b86ea17cf
@ -328,7 +328,7 @@ class L2DataArray extends L2HellaCacheModule {
|
||||
io.write.ready := Bool(true)
|
||||
}
|
||||
|
||||
class L2HellaCache(bankId: Int, innerId: String, outerId: String) extends
|
||||
class L2HellaCacheBank(bankId: Int, innerId: String, outerId: String) extends
|
||||
CoherenceAgent(innerId, outerId) with L2HellaCacheParameters {
|
||||
|
||||
require(isPow2(nSets))
|
||||
|
Loading…
Reference in New Issue
Block a user