Skip to content

Commit 11b477c

Browse files
Add waivers for write_queue.sv
Internal-tag: [#96299]
1 parent 8973ec6 commit 11b477c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

verification/waivers/exclusion.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,6 +4783,20 @@ exclusions:
47834783
toggle:
47844784
- start_thld_i: [3-7]
47854785

4786+
We don't use queue in configuration with `LimitReadyThld` and `ThldIsPow==1` simultaneously:
4787+
line:
4788+
- 89 # if ((1 << (ready_thld_i + 1)) >= ThldWidth'(Depth)) begin
4789+
- 91 # ready_thld_o <= ThldWidth'($clog2(Depth) - 1);
4790+
- 93 # ready_thld_o <= ready_thld_i;
4791+
branch:
4792+
- 1: # if (!rst_ni) begin
4793+
- 1 # if ((1 << (ready_thld_i + 1)) >= ThldWidth'(Depth)) begin
4794+
- 2 # end else begin
4795+
4796+
TX Desc start threshold is tied to constant 0:
4797+
cond:
4798+
- 1: [2 "10", 3 "11"] # start_thld_trig_o = |start_thld_i && (fifo_depth >= FifoDepthWidth'(start_thld_i));
4799+
47864800

47874801
read_queue:
47884802
source_path: src/hci/queues/read_queue.sv

0 commit comments

Comments
 (0)