From 8d3506345dc327c0af1ca9a01bb64b7cb4559ab1 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Thu, 28 Jul 2022 08:38:21 +0200 Subject: [PATCH] docs/building-examples: s#share/symbiflow#share/f4pga# Signed-off-by: Pawel Czarnecki --- docs/building-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-examples.rst b/docs/building-examples.rst index 6237c98..929e93e 100644 --- a/docs/building-examples.rst +++ b/docs/building-examples.rst @@ -48,7 +48,7 @@ Next, prepare the environment: 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/symbiflow"; + export F4PGA_SHARE_DIR="$F4PGA_INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/share/f4pga"; source "$F4PGA_INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh" Finally, enter your working Conda environment: