File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
lowrisc_ip_main/ip/pwm/dv/cov Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 66include_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments