[dv] Enable xcelium coverage publish
Here is the publish result
https://reports.opentitan.org/hw/ip/aes/dv/latest/cov_report/index.html
Signed-off-by: Weicai Yang <weicai@google.com>
diff --git a/util/dvsim/SimCfg.py b/util/dvsim/SimCfg.py
index 1dbc070..47d9bf9 100644
--- a/util/dvsim/SimCfg.py
+++ b/util/dvsim/SimCfg.py
@@ -504,8 +504,7 @@
if self.cov_report_deploy.status == "P":
results_str += "\n## Coverage Results\n"
# Link the dashboard page using "cov_report_page" value.
- # TODO: hack to only link VCS generated results.
- if self.tool == "vcs" and hasattr(self, "cov_report_page"):
+ if hasattr(self, "cov_report_page"):
results_str += "\n### [Coverage Dashboard]"
results_str += "({})\n\n".format(
getattr(self, "cov_report_page"))