fix verilator invocation in Adding an Accelerator

This commit is contained in:
Howard Mao
2019-09-12 17:54:08 -07:00
parent 2d717bfcae
commit 9a8d6c908f

View File

@@ -155,9 +155,9 @@ Now with all of that done, we can go ahead and run our simulation.
.. code-block:: shell
cd verilator
make CONFIG=PWMConfig
./simulator-example-PWMConfig ../tests/pwm.riscv
cd sims/verilator
make CONFIG=PWMRocketConfig TOP=TopWithPWMTL
./simulator-example-PWMRocketConfig ../../tests/pwm.riscv
Adding a RoCC Accelerator
----------------------------