Skip to content

Commit 26f0fa4

Browse files
Andrew BoutrosAndrew Boutros
authored andcommitted
Fixing code block in building rad-sim section
1 parent f17ec76 commit 26f0fa4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/rad-sim-quick-start.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,16 @@ Building RAD-Sim
7474
----------------
7575

7676
You can configure RAD-Sim for your example design simulation using the following commands executed at the ``rad-sim`` root directory (the commands use the ``mlp`` example design which can be replaced by your own design under the ``rad-flow/rad-sim/example-designs`` directory):
77-
.. code-block:: bash
78-
$ cd <rad_flow_root_dir>/rad-sim
79-
$ python config.py mlp
80-
$ cd build
81-
$ cmake ..
82-
$ make
83-
....
84-
[100%] Linking CXX executable build/system
85-
[100%] Built target system
77+
78+
.. code-block:: bash
79+
$ cd <rad_flow_root_dir>/rad-sim
80+
$ python config.py mlp
81+
$ cd build
82+
$ cmake ..
83+
$ make
84+
....
85+
[100%] Linking CXX executable build/system
86+
[100%] Built target system
8687
8788
Running RAD-Sim
8889
----------------

0 commit comments

Comments
 (0)