mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 22:07:43 -04:00
Fix rst syntax
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
This commit is contained in:
parent
2be109ecca
commit
d6d23917ae
1 changed files with 14 additions and 14 deletions
|
@ -85,22 +85,22 @@ Prerequisites & Environment Setup
|
||||||
|
|
||||||
In order to run the co-simulation flow, you'll need:
|
In order to run the co-simulation flow, you'll need:
|
||||||
|
|
||||||
- A SystemVerilog simulator that supports UVM. The flow is currently
|
- A SystemVerilog simulator that supports UVM. The flow is currently
|
||||||
tested with VCS.
|
tested with VCS.
|
||||||
|
|
||||||
- A RISC-V instruction set simulator. For example, Spike_ or
|
- A RISC-V instruction set simulator. For example, Spike_ or
|
||||||
OVPsim_. Note that Spike must be configured with
|
OVPsim_. Note that Spike must be configured with
|
||||||
``--enable-commitlog`` and ``--enable-misaligned``. The commit log
|
``--enable-commitlog`` and ``--enable-misaligned``. The commit log
|
||||||
is needed to track the instructions that were executed and
|
is needed to track the instructions that were executed and
|
||||||
``--enable-misaligned`` tells Spike to simulate a core that
|
``--enable-misaligned`` tells Spike to simulate a core that
|
||||||
handles misaligned accesses in hardware (rather than jumping to a
|
handles misaligned accesses in hardware (rather than jumping to a
|
||||||
trap handler).
|
trap handler).
|
||||||
|
|
||||||
- A working RISC-V toolchain (to compile / assemble the generated
|
- A working RISC-V toolchain (to compile / assemble the generated
|
||||||
programs before simulating them). Either download and build the
|
programs before simulating them). Either download and build the
|
||||||
`RISC-V GNU compiler toolchain <riscv-toolchain-source_>`_ or
|
`RISC-V GNU compiler toolchain <riscv-toolchain-source_>`_ or
|
||||||
(quicker) download a `pre-built toolchain
|
(quicker) download a `pre-built toolchain
|
||||||
<riscv-toolchain-releases_>`_.
|
<riscv-toolchain-releases_>`_.
|
||||||
|
|
||||||
Once these are installed, you need to set some environment variables
|
Once these are installed, you need to set some environment variables
|
||||||
to tell the RISCV-DV code where to find them:
|
to tell the RISCV-DV code where to find them:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue