You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redundant logic. We will never set InHDRMode from DoneCCC because it's overriden later:
4691
+
line:
4692
+
- 813# state_d = InHDRMode;
4693
+
branch:
4694
+
- 11: [73] # if (in_hdr_mode_i) begin
4695
+
4696
+
Redundant logic. RxFByteArb can be only entered from Idle with ibi_inhibit_q == InhibitNone. But ibi_can_retry == 0 implies that ibi_inhibit_q went through the InhibitRetry state and latched on it:
4697
+
line:
4698
+
- 636# ibi_status_we_o = 1'b1;
4699
+
- 637# ibi_status_o = IbiFailureRetry;
4700
+
- 638# state_d = RxFByte;
4701
+
branch:
4702
+
- 11: [29] # end else begin
4703
+
4704
+
Redundant logic. is_rsvd_byte_match && virtual_device_sel_o can't be true since the latter is reset on transaction boundaries:
0 commit comments