mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
[doc] Fix paths in verification documentation
The files moved; also add an explicit `cd` to the command listing to help people only skimming the docs.
This commit is contained in:
parent
4f31a0e6e8
commit
a28170d6a7
1 changed files with 2 additions and 1 deletions
|
@ -160,9 +160,10 @@ against each other, since any code executed in the debug ROM and trap handlers s
|
|||
register state in the rest of the program.
|
||||
|
||||
The entirety of this flow is controlled by the Makefile found at
|
||||
`dv/uvm/Makefile <https://github.com/lowRISC/ibex/blob/master/dv/uvm/Makefile>`_; here is a list of frequently used commands:
|
||||
`dv/uvm/core_ibex/Makefile <https://github.com/lowRISC/ibex/blob/master/dv/uvm/core_ibex/Makefile>`_; here is a list of frequently used commands:
|
||||
|
||||
.. code-block:: bash
|
||||
cd dv/uvm/core_ibex
|
||||
|
||||
# Run a full regression
|
||||
make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue