1
0

rename L2HellaCache to L2HellaCacheBank

This commit is contained in:
Henry Cook 2015-02-03 19:37:32 -08:00
parent 3b3250339a
commit 7b86ea17cf

View File

@ -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))