Searched refs:tag_arrays (Results 1 – 1 of 1) sorted by relevance
107 val tag_arrays = List.tabulate(nWays / DCacheWayDiv)(i => Module(new TagSRAMBank(i))) constant108 tag_arrays.zipWithIndex.foreach { case (tag_array, i) =>114 io.resp.zip(tag_arrays.map(_.io.resp).flatten).foreach {