Merge pull request #129 from antmicro/ql-fixed-tbb
Force fixed tbb package version in eos-s3 env
This commit is contained in:
commit
5a2cec723c
|
@ -6,6 +6,8 @@ dependencies:
|
||||||
- litex-hub::quicklogic-yosys=0.8.0_0021_g5eaf370c=20201120_145821
|
- 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-yosys-plugins=1.2.0_0009_g9ab211c=20201120_145821
|
||||||
- litex-hub::quicklogic-vtr=v8.0.0.rc2_4003_g8980e4621=20200902_114536
|
- 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
|
||||||
- make
|
- make
|
||||||
- lxml
|
- lxml
|
||||||
- simplejson
|
- simplejson
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
python-constraint
|
python-constraint
|
||||||
git+https://github.com/QuickLogic-Corp/quicklogic-fasm
|
git+https://github.com/QuickLogic-Corp/quicklogic-fasm@2312ff03d5690449a597e565430764a162d452b7
|
||||||
|
|
Loading…
Reference in New Issue