We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c53dfd commit 9cfad80Copy full SHA for 9cfad80
1 file changed
verification/waivers/exclusion.yaml
@@ -3671,6 +3671,11 @@ exclusions:
3671
cond:
3672
- 7: [1 "01"] # length_underrun_err = (payload_byte_cnt < cmd_len) && length_err_det_en_i;
3673
3674
+ TX descriptor queue will always be ready before virtual target is selected:
3675
+ cond:
3676
+ - 36: [2 "001"] # TxDesc: if (bus_stop_i || other_target_start_i || (virtual_target_start_i && !bus_addr_i[0])) begin
3677
+ - 37: [2 "10", 3 "11"] # TxDesc: if (bus_stop_i || other_target_start_i || (virtual_target_start_i && !bus_addr_i[0])) begin
3678
+
3679
Upper bits of a counter:
3680
toggle:
3681
- payload_byte_cnt: [9-15]
0 commit comments