We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03855b7 commit c96ba8bCopy full SHA for c96ba8b
1 file changed
verification/waivers/exclusion.yaml
@@ -4995,6 +4995,15 @@ exclusions:
4995
- ctrl_scl_i
4996
4997
4998
+ target_reset_detector:
4999
+ source_path: src/ctrl/target_reset_detector.sv
5000
+ all:
5001
+ There is no logic for checking START/STOP hold timing in RTL and bus.start_det and bus.stop_det do not depend on it:
5002
+ cond:
5003
+ - 10: [2 "01"] # bus.scl.stable_low | bus.sda.pos_edge
5004
+ - 12: [2 "01"] # bus.scl.stable_low | bus.sda.neg_edge
5005
+
5006
5007
i3c_test_wrapper:
5008
source_path: verification/cocotb/top/lib_i3c_top/i3c_test_wrapper.sv
5009
source_sha: 47c7218fc1646b2ec5e9108ac8691aaca0157a89e39199cf1776b8d406a44795
0 commit comments