eos-s3: update environment, requirements and toolchain
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
c24275fa54
commit
a5837bb0ba
|
@ -32,7 +32,7 @@ Next, prepare the environment:
|
|||
.. code-block:: bash
|
||||
: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"
|
||||
|
||||
Finally, enter your working Conda environment:
|
||||
|
|
|
@ -128,7 +128,7 @@ Download architecture definitions:
|
|||
.. code-block:: bash
|
||||
: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.
|
||||
|
||||
|
|
|
@ -3,19 +3,15 @@ channels:
|
|||
- conda-forge
|
||||
- litex-hub
|
||||
dependencies:
|
||||
- litex-hub::quicklogic-yosys=0.8.0_0021_g5eaf370c=20201120_145821
|
||||
- litex-hub::quicklogic-yosys-plugins=1.2.0_0009_g9ab211c=20201120_145821
|
||||
- litex-hub::quicklogic-vtr=v8.0.0.rc2_4003_g8980e4621=20200902_114536
|
||||
# FIXME: remove tbb pin once https://github.com/hdl/conda-eda/issues/84 is fixed
|
||||
- tbb=2020.2
|
||||
- litex-hub::quicklogic-yosys=0.8.0_105_gd282be04=20210625_074838
|
||||
- litex-hub::quicklogic-yosys-plugins=1.2.0_11_g21045a9=20210625_074838
|
||||
- litex-hub::vtr-optimized=8.0.0_4023_ge73e88940=20210625_074838
|
||||
- make
|
||||
- lxml
|
||||
- simplejson
|
||||
- intervaltree
|
||||
- git
|
||||
- pip
|
||||
- coreutils
|
||||
- util-linux
|
||||
# Packages installed from PyPI
|
||||
- pip:
|
||||
- -r file:requirements.txt
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
python-constraint
|
||||
git+https://github.com/QuickLogic-Corp/quicklogic-fasm@2312ff03d5690449a597e565430764a162d452b7
|
||||
serial
|
||||
git+https://github.com/QuickLogic-Corp/quicklogic-fasm
|
||||
|
|
Loading…
Reference in New Issue