docs: building examples: eos-s3: set F4PGA_ENV variables
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
7f8600a47c
commit
ef5a8f241d
|
@ -47,6 +47,8 @@ Next, prepare the environment:
|
||||||
:name: conda-prep-env-eos-s3
|
:name: conda-prep-env-eos-s3
|
||||||
|
|
||||||
export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin:$PATH";
|
export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin:$PATH";
|
||||||
|
export F4PGA_ENV_BIN="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin";
|
||||||
|
export F4PGA_ENV_SHARE="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/share/symbiflow";
|
||||||
source "$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh"
|
source "$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh"
|
||||||
|
|
||||||
Finally, enter your working Conda environment:
|
Finally, enter your working Conda environment:
|
||||||
|
|
Loading…
Reference in New Issue