From 4f7ebebfd419e9bdeb2c6696e5be8dd4c76048eb Mon Sep 17 00:00:00 2001 From: Krzysztof Boronski Date: Wed, 13 Jul 2022 06:58:32 -0500 Subject: [PATCH] Update env variable names in docs Signed-off-by: Krzysztof Boronski --- docs/building-examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-examples.rst b/docs/building-examples.rst index 216c0c6..6237c98 100644 --- a/docs/building-examples.rst +++ b/docs/building-examples.rst @@ -47,8 +47,8 @@ Next, prepare the environment: :name: conda-prep-env-eos-s3 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"; + export F4PGA_BIN_DIR="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin"; + export F4PGA_SHARE_DIR="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/share/symbiflow"; source "$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh" Finally, enter your working Conda environment: