2020-12-08 07:20:15 -05:00
|
|
|
Button counter
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
This example design features a simple 4-bit counter driving LEDs. To build the
|
|
|
|
counter example, run the following command:
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
:name: eos-s3-counter
|
|
|
|
|
2022-06-10 09:34:34 -04:00
|
|
|
#FIXME: make sure FPGA_FAM is available and remove env var export
|
|
|
|
export FPGA_FAM=eos-s3
|
2020-12-08 07:20:15 -05:00
|
|
|
make -C btn_counter
|