Skip to content

Commit

Permalink
env: update quicklogic environment and install package
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <[email protected]>
  • Loading branch information
acomodi committed Jul 7, 2021
1 parent 4aa4ae0 commit 849189a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ SYMBIFLOW_LATEST_URL_BASE = https://storage.googleapis.com/symbiflow-arch-defs-g
SYMBIFLOW_LATEST_URL = ${SYMBIFLOW_LATEST_URL_BASE}/symbiflow-toolchain-latest
SYMBIFLOW_DEVICES = xc7a50t xc7a100t xc7a200t xc7z010 xc7z020

QUICKLOGIC_ARCHIVE = quicklogic.tar.xz
QUICKLOGIC_URL = https://quicklogic-my.sharepoint.com/:u:/p/kkumar/EWuqtXJmalROpI2L5XeewMIBRYVCY8H4yc10nlli-Xq79g?download=1
QUICKLOGIC_ARCHIVE = quicklogic.tar.gz
QUICKLOGIC_URL = https://storage.googleapis.com/symbiflow-arch-defs-install/quicklogic-arch-defs-63c3d8f9.tar.gz

third_party/make-env/conda.mk:
git submodule init
Expand Down
10 changes: 3 additions & 7 deletions conf/quicklogic/environment.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: quicklogic
channels:
- conda-forge
- litex-hub
dependencies:
- litex-hub::quicklogic-yosys=v0.8.0_45_gcb3eef2b=20201216_065815
- litex-hub::quicklogic-yosys-plugins=v1.2.0_11_g21045a9=20201216_065815
- litex-hub::quicklogic-vtr=v8.0.0.rc2_4003_g8980e4621=20200902_114536
# TODO: remove when quicklogic-vtr will be updated to version built after https://github.com/hdl/conda-eda/pull/90
# or when conda-forge will rename API breaking tbb to another name (see https://github.com/conda-forge/tbb-feedstock/issues/81)
- 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
Expand Down
3 changes: 2 additions & 1 deletion conf/quicklogic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git+https://github.com/QuickLogic-corp/quicklogic-fasm.git
serial
git+https://github.com/QuickLogic-Corp/quicklogic-fasm.git

0 comments on commit 849189a

Please sign in to comment.