Skip to content

Commit

Permalink
Fix rendering of simulation doc commands (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoBi22 authored Nov 23, 2023
1 parent 0431674 commit 5bd4b93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/simulation/simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Simulation setup

The following series of commands can be used to easily run a simulation with a test bitstream loaded, using Icarus Verilog:

```
cd demo/Test
./build_test_design.sh
./run_simulation.sh
```
.. code-block:: console
cd demo/Test
./build_test_design.sh
./run_simulation.sh
FABulous comes with 3 different simulation methods _`configuration module`,

Expand Down

0 comments on commit 5bd4b93

Please sign in to comment.