From ee2b9a13a59b6ed37244a88fd8051ff41560ea60 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Thu, 28 Jul 2022 11:58:02 +0200 Subject: [PATCH] docs/building-examples: fix arch defs package directory name inconsistency Signed-off-by: Pawel Czarnecki --- docs/building-examples.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/building-examples.rst b/docs/building-examples.rst index 929e93e..b393d1a 100644 --- a/docs/building-examples.rst +++ b/docs/building-examples.rst @@ -46,9 +46,9 @@ Next, prepare the environment: .. code-block:: bash :name: conda-prep-env-eos-s3 - export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin:$PATH"; - 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/f4pga"; + export PATH="$F4PGA_INSTALL_DIR/$FPGA_FAM/install/bin:$PATH"; + export F4PGA_BIN_DIR="$F4PGA_INSTALL_DIR/$FPGA_FAM/install/bin"; + export F4PGA_SHARE_DIR="$F4PGA_INSTALL_DIR/$FPGA_FAM/install/share/f4pga"; source "$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh" Finally, enter your working Conda environment: