2021-09-04 17:50:24 -04:00
|
|
|
Part 1 Design A
|
|
|
|
===============
|
|
|
|
|
|
|
|
This design allows you to turn the first led on the arty board on and off by toggling switch 0.
|
2021-10-02 13:05:25 -04:00
|
|
|
To build this design run the following command in the main symbiflow directory:
|
2021-09-04 17:50:24 -04:00
|
|
|
|
2021-10-25 07:46:51 -04:00
|
|
|
.. code-block:: bash
|
2021-10-25 08:52:11 -04:00
|
|
|
:name: hello-arty-a
|
2021-09-04 17:50:24 -04:00
|
|
|
|
2021-10-25 07:17:51 -04:00
|
|
|
TARGET="arty_35" make -C projf-makefiles/hello/hello-arty/A
|
2021-09-04 17:50:24 -04:00
|
|
|
|
2021-10-02 13:05:25 -04:00
|
|
|
You can then download the bitstream by running:
|
|
|
|
|
2021-10-25 07:46:51 -04:00
|
|
|
.. code-block:: bash
|
2021-10-02 13:05:25 -04:00
|
|
|
|
2021-10-25 07:17:51 -04:00
|
|
|
TARGET="arty_35" make download -C projf-makefiles/hello/hello-arty/A
|