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