A few minor clarifications on running examples (modified to include textual instructions)

Signed-off-by: Joshua Fife <jpfife17@gmail.com>
This commit is contained in:
Joshua Fife 2021-06-01 14:40:57 -06:00
parent 927379d5a3
commit fa8c64a13a
3 changed files with 3 additions and 18 deletions

View File

@ -57,7 +57,7 @@ Enter the directory that contains examples for Xilinx 7-Series FPGAs:
.. code-block:: bash
:name: enter-dir-xc7
cd symbiflow-examples/xc7
cd xc7
.. jinja:: xc7_counter_test
:file: templates/example.jinja

View File

@ -19,14 +19,7 @@ run the following commands:
./digilent_arty.py --toolchain symbiflow --cpu-type vexriscv --build
cd -
To build the linux-litex-demo example, first re-navigate to the directory that contains examples for Xilinx 7-Series FPGAs:
.. code-block:: bash
:name: enter-dir-xc7
cd symbiflow-examples/xc7
Then depending on your hardware, run:
To build the linux-litex-demo example, first re-navigate to the directory that contains examples for Xilinx 7-Series FPGAs. Then depending on your hardware, run:
.. code-block:: bash
:name: example-litex-a35t-group

View File

@ -2,15 +2,7 @@ PicoSoC demo
~~~~~~~~~~~~
This example features a picorv32 soft CPU and a SoC based on it. To build the
picosoc example, first navigate to the directory that contains examples for Xilinx 7-Series FPGAs:
.. code-block:: bash
:name: enter-dir-xc7
cd symbiflow-examples/xc7
Then run the following commands:
picosoc example, first navigate to the directory that contains examples for Xilinx 7-Series FPGAs. Then run the following commands:
.. code-block:: bash
:name: example-picosoc-a35t-group