Searched refs:prefetchArray (Results 1 – 1 of 1) sorted by relevance
990 …val prefetchArray = Module(new L1PrefetchSourceArray(readPorts = PrefetchArrayReadPort, writePorts… constant1127 …meta_read_ports.takeRight(backendParams.HyuCnt)).zip(prefetchArray.io.read).foreach { case (p, r) …1136 extra_meta_resp_ports.zip(prefetchArray.io.resp).foreach { case (p, r) => {1152 prefetchArray.io.read.last.valid := mainPipe.io.prefetch_flag_write.valid1153 prefetchArray.io.read.last.bits.idx := mainPipe.io.prefetch_flag_write.bits.idx1154 prefetchArray.io.read.last.bits.way_en := mainPipe.io.prefetch_flag_write.bits.way_en1162 val extra_flag_prefetch = Mux1H(extra_flag_way_en, prefetchArray.io.resp.last)1180 prefetch_flag_write_ports.zip(prefetchArray.io.write).foreach { case (p, w) => w <> p }