Open MikeOpenHWGroup opened 4 days ago
Sorry @ASintzoff, the Issue is still not resolved. In the Markdown file, the URL contains backslashes (\
) to escape the underscores (_
). These are not needed and are in fact the issue. Line 91 of verif/docs/VerifPlans/csr_access/dvplan_csr-access.md
is a good example. Instead of this:
**Requirement location:** https://docs.openhwgroup.org/projects/cva6-user-manual/01\_cva6\_user/CSR\_CV32A60X.html
we need this:
**Requirement location:** https://docs.openhwgroup.org/projects/cva6-user-manual/01_cva6_user/CSR_CV32A60X.html
In verif/docs/VerifPlans/csr_access/dvplan_csr-access.md there are multiple instances of references to an out-of-date DV Plan, namely https://docs.openhwgroup.org/projects/cva6-user-manual/01\_cva6\_user/CV32A6\_Control\_Status\_Registers.html.
An example of this appears on line 92.