docs/building-examples: export FPGA_FAM
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
524dfb6e74
commit
c4bd69f95d
|
@ -20,14 +20,14 @@ Select your FPGA family:
|
|||
.. code-block:: bash
|
||||
:name: fpga-fam-xc7
|
||||
|
||||
FPGA_FAM="xc7"
|
||||
export FPGA_FAM="xc7"
|
||||
|
||||
.. group-tab:: EOS S3
|
||||
|
||||
.. code-block:: bash
|
||||
:name: fpga-fam-eos-s3
|
||||
|
||||
FPGA_FAM="eos-s3"
|
||||
export FPGA_FAM="eos-s3"
|
||||
|
||||
Next, prepare the environment:
|
||||
|
||||
|
|
|
@ -7,6 +7,4 @@ counter example, run the following command:
|
|||
.. code-block:: bash
|
||||
:name: eos-s3-counter
|
||||
|
||||
#FIXME: make sure FPGA_FAM is available and remove env var export
|
||||
export FPGA_FAM=eos-s3
|
||||
make -C btn_counter
|
||||
|
|
Loading…
Reference in New Issue