2021-10-23 19:40:31 -04:00
|
|
|
Part 1 Design C
|
|
|
|
===============
|
|
|
|
|
|
|
|
This design has the same functionality in hardware as part C but demonstrates
|
|
|
|
the use of conditional operators in System Verilog. To build this design run the
|
2022-02-18 12:15:44 -05:00
|
|
|
following command in the main f4pga directory:
|
2021-10-23 19:40:31 -04:00
|
|
|
|
2021-10-25 10:02:46 -04:00
|
|
|
.. code-block:: bash
|
|
|
|
:name: hello-arty-c
|
2021-10-23 19:40:31 -04:00
|
|
|
|
2021-10-25 10:02:46 -04:00
|
|
|
TARGET="arty_35" make -C projf-makefiles/hello/hello-arty/C
|
2021-10-23 19:40:31 -04:00
|
|
|
|
|
|
|
You can then download the bitstream by running:
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
2021-10-25 10:02:46 -04:00
|
|
|
TARGET="arty_35" make download -C projf-makefiles/hello/hello-arty/C
|