Skip to content

Commit

Permalink
Merge pull request f4pga#1637 from craigcomstock/patch-1
Browse files Browse the repository at this point in the history
Path typos and make target typo
  • Loading branch information
litghost committed Sep 2, 2020
2 parents 76e95d0 + f4cec56 commit 69cbc1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ you will type:

.. code-block:: bash
cd build/xc7/tests/counter
make counter_arty_bin
cd build/xc/xc7/tests/counter
make counter_arty_bit
Load bitstream
--------------

The last step is to load the bitstream to your platform.
The final output file can be found in the appropriate test directory, i.e:
``/build/xc7/tests/counter/counter_arty/artix7-xc7a50t-arty-roi-virt-xc7a50t-arty-test/top.bit``
``build/xc/xc7/tests/counter/counter_arty/artix7-xc7a50t-arty-swbut-roi-virt-xc7a50t-arty-swbut-test/top.bit``

The loading proces may be different for every vendor.
For convenience a target is provided for this purpose, e.g.:
Expand Down

0 comments on commit 69cbc1f

Please sign in to comment.