Skip to content

Commit fa2fede

Browse files
PWM: fix path to toggle exclusion file
1 parent a24ca4c commit fa2fede

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

hw/vendor/lowrisc_ip_main/ip/pwm/dv/cov/cover.ccf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
include_ccf ${dv_root}/tools/xcelium/cover.ccf
77

88
// Exclude some impossible toggle coverage
9-
set_toggle_excludefile -bitexclude ${proj_root}/hw/ip/pwm/dv/cov/toggle.exclude
9+
set_toggle_excludefile -bitexclude ${proj_root}/hw/vendor/lowrisc_ip_main/ip/pwm/dv/cov/toggle.exclude

hw/vendor/patches/lowrisc_ip/pwm/0002-Fix-DV.patch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ index 5f007e8..d6e2e42 100644
8383
.cio_pwm_o (cio_pwm),
8484
.cio_pwm_en_o (cio_pwm_en)
8585
);
86+
diff --git a/dv/cov/cover.ccf b/dv/cov/cover.ccf
87+
index 5b8de80..86ef5c2 100644
88+
--- a/dv/cov/cover.ccf
89+
+++ b/dv/cov/cover.ccf
90+
@@ -6,4 +6,4 @@
91+
include_ccf ${dv_root}/tools/xcelium/cover.ccf
92+
93+
// Exclude some impossible toggle coverage
94+
-set_toggle_excludefile -bitexclude ${proj_root}/hw/ip/pwm/dv/cov/toggle.exclude
95+
+set_toggle_excludefile -bitexclude ${proj_root}/hw/vendor/lowrisc_ip_main/ip/pwm/dv/cov/toggle.exclude

0 commit comments

Comments
 (0)