1
0
Fork 0

Cover the case when there is an ECC error in DCache data array during fence.i execution

This commit is contained in:
Gleb Gagarin 2017-12-01 16:28:28 -08:00
parent 74bd61c556
commit 7c2df9f0bf
1 changed files with 1 additions and 0 deletions

View File

@ -713,6 +713,7 @@ class DCacheModule(outer: DCache) extends HellaCacheModule(outer) {
}
}
ccover(s2_valid_masked && s2_req.cmd === M_FLUSH_ALL && s2_meta_error, "TAG_ECC_ERROR_DURING_FENCE_I", "D$ ECC error in tag array during cache flush")
ccover(s2_valid_masked && s2_req.cmd === M_FLUSH_ALL && s2_data_error, "DATA_ECC_ERROR_DURING_FENCE_I", "D$ ECC error in data array during cache flush")
s1_flush_valid := metaArb.io.in(5).fire() && !s1_flush_valid && !s2_flush_valid_pre_tag_ecc && release_state === s_ready && !release_ack_wait
metaArb.io.in(5).valid := flushing
metaArb.io.in(5).bits.write := false