File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments