eos-s3: update environment, requirements and toolchain

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-07-02 12:45:40 +02:00
parent c24275fa54
commit a5837bb0ba
4 changed files with 7 additions and 10 deletions

View File

@ -32,7 +32,7 @@ Next, prepare the environment:
.. code-block:: bash .. code-block:: bash
:name: conda-prep-env :name: conda-prep-env
export PATH="$INSTALL_DIR/$FPGA_FAM/install/bin:$PATH"; export PATH="$INSTALL_DIR/$FPGA_FAM/quicklogic-arch-defs/bin:$PATH";
source "$INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh" source "$INSTALL_DIR/$FPGA_FAM/conda/etc/profile.d/conda.sh"
Finally, enter your working Conda environment: Finally, enter your working Conda environment:

View File

@ -128,7 +128,7 @@ Download architecture definitions:
.. code-block:: bash .. code-block:: bash
:name: download-arch-def-eos-s3 :name: download-arch-def-eos-s3
wget -qO- https://quicklogic-my.sharepoint.com/:u:/p/kkumar/EWuqtXJmalROpI2L5XeewMIBRYVCY8H4yc10nlli-Xq79g?download=1 | tar -xJ -C $INSTALL_DIR/eos-s3/ wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-install/quicklogic-arch-defs-63c3d8f9.tar.gz | tar -xz -C $INSTALL_DIR/eos-s3/
If the above commands exited without errors, you have successfully installed and configured your working environment. If the above commands exited without errors, you have successfully installed and configured your working environment.

View File

@ -3,19 +3,15 @@ channels:
- conda-forge - conda-forge
- litex-hub - litex-hub
dependencies: dependencies:
- litex-hub::quicklogic-yosys=0.8.0_0021_g5eaf370c=20201120_145821 - litex-hub::quicklogic-yosys=0.8.0_105_gd282be04=20210625_074838
- litex-hub::quicklogic-yosys-plugins=1.2.0_0009_g9ab211c=20201120_145821 - litex-hub::quicklogic-yosys-plugins=1.2.0_11_g21045a9=20210625_074838
- litex-hub::quicklogic-vtr=v8.0.0.rc2_4003_g8980e4621=20200902_114536 - litex-hub::vtr-optimized=8.0.0_4023_ge73e88940=20210625_074838
# FIXME: remove tbb pin once https://github.com/hdl/conda-eda/issues/84 is fixed
- tbb=2020.2
- make - make
- lxml - lxml
- simplejson - simplejson
- intervaltree - intervaltree
- git - git
- pip - pip
- coreutils
- util-linux
# Packages installed from PyPI # Packages installed from PyPI
- pip: - pip:
- -r file:requirements.txt - -r file:requirements.txt

View File

@ -1,2 +1,3 @@
python-constraint python-constraint
git+https://github.com/QuickLogic-Corp/quicklogic-fasm@2312ff03d5690449a597e565430764a162d452b7 serial
git+https://github.com/QuickLogic-Corp/quicklogic-fasm