docs/building-examples: defining F4PGA_ENV_* envvars explicitly is not required anymore (chipsalliance/f4pga#566)
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
b2c7c587fb
commit
18f067bf61
|
@ -31,7 +31,6 @@ Select your FPGA family:
|
|||
|
||||
Next, prepare the environment:
|
||||
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: Artix-7
|
||||
|
@ -50,30 +49,6 @@ Next, prepare the environment:
|
|||
export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin:$PATH";
|
||||
source "$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh"
|
||||
|
||||
|
||||
.. code-block:: bash
|
||||
:name: f4pga-env-bin
|
||||
|
||||
export F4PGA_ENV_BIN="$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/bin"
|
||||
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: AMD/Xilinx Series 7
|
||||
|
||||
.. code-block:: bash
|
||||
:name: f4pga-env-share-xc7
|
||||
|
||||
export F4PGA_ENV_SHARE="$F4PGA_INSTALL_DIR/$FPGA_FAM/install/share/symbiflow"
|
||||
|
||||
.. group-tab:: EOS S3
|
||||
|
||||
.. code-block:: bash
|
||||
:name: f4pga-env-share-ql
|
||||
|
||||
export F4PGA_ENV_SHARE="$F4PGA_INSTALL_DIR/$FPGA_FAM/share"
|
||||
|
||||
|
||||
Finally, enter your working Conda environment:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Reference in New Issue