File tree 1 file changed +0
-10
lines changed
src/main/scala/coupledL2/tl2chi
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ class MSHR(implicit p: Parameters) extends TL2CHIL2Module with HasCHIOpcodes {
81
81
initState.elements.foreach(_._2 := true .B )
82
82
val state = RegInit (new FSMState (), initState)
83
83
84
- val req_writeEvictOrEvict = RegInit (false .B )
85
-
86
84
val req_released_chiOpcode = RegInit (0 .U .asTypeOf(UInt (OPCODE_WIDTH .W )))
87
85
88
86
assert(! (req_valid && dirResult.hit && ! isT(meta.state) && meta.dirty),
@@ -155,8 +153,6 @@ class MSHR(implicit p: Parameters) extends TL2CHIL2Module with HasCHIOpcodes {
155
153
156
154
retryTimes := 0 .U
157
155
backoffTimer := 0 .U
158
-
159
- req_writeEvictOrEvict := false .B
160
156
}
161
157
162
158
/* ======== Enchantment ======== */
@@ -1055,12 +1051,6 @@ class MSHR(implicit p: Parameters) extends TL2CHIL2Module with HasCHIOpcodes {
1055
1051
req_released_chiOpcode := mp_release.chiOpcode.get
1056
1052
state.s_release := true .B
1057
1053
state.s_cbwrdata.get := isEvict
1058
- ifAfterIssueEb {
1059
- when (mp_release.chiOpcode.get === WriteEvictOrEvict ) {
1060
- // Mark on WriteEvictOrEvict for TxnID selection of CompAck on Comp
1061
- req_writeEvictOrEvict := true .B
1062
- }
1063
- }
1064
1054
when (isEvict) {
1065
1055
meta.state := INVALID
1066
1056
meta.dirty := false .B
You can’t perform that action at this time.
0 commit comments