openhwgroup / cva6

The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
https://docs.openhwgroup.org/projects/cva6-user-manual/
Other
2.29k stars 693 forks source link

Out of date URL in CSR DV Plan #2625

Open MikeOpenHWGroup opened 4 days ago

MikeOpenHWGroup commented 4 days ago

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.

MikeOpenHWGroup commented 3 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