From 18f067bf61ed96a69022ff80fdddfa751fa121c1 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 26 May 2022 11:54:04 +0200 Subject: [PATCH] docs/building-examples: defining F4PGA_ENV_* envvars explicitly is not required anymore (chipsalliance/f4pga#566) Signed-off-by: Unai Martinez-Corral --- docs/building-examples.rst | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/docs/building-examples.rst b/docs/building-examples.rst index 1878b8d..e6886ee 100644 --- a/docs/building-examples.rst +++ b/docs/building-examples.rst @@ -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