Searched refs:access_flag_write (Results 1 – 3 of 3) sorted by relevance
58 val access_flag_write = DecoupledIO(new FlagMetaWriteReq) constant559 io.access_flag_write.valid := s3_valid && s3_hit && !s3_is_prefetch560 io.access_flag_write.bits.idx := get_idx(s3_vaddr)561 io.access_flag_write.bits.way_en := s3_tag_match_way562 io.access_flag_write.bits.flag := true.B
162 val access_flag_write = DecoupledIO(new FlagMetaWriteReq) constant881 io.access_flag_write.valid := s3_fire && !s3_req.probe && !s3_req.replace882 io.access_flag_write.bits.idx := s3_idx883 io.access_flag_write.bits.way_en := s3_way_en885 io.access_flag_write.bits.flag :=Mux(s3_req.miss, s3_req.access, true.B)
1186 val access_flag_write_ports = ldu.map(_.io.access_flag_write) ++ Seq(1187 mainPipe.io.access_flag_write