mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
xc7: bump packages
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
140dbd1e3e
commit
8d9b042c7b
2 changed files with 10 additions and 10 deletions
|
@ -124,11 +124,11 @@ Download architecture definitions:
|
|||
:name: download-arch-def-xc7
|
||||
|
||||
mkdir -p $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/459/20211116-000105/symbiflow-arch-defs-install-ef6fff3c.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/459/20211116-000105/symbiflow-arch-defs-xc7a50t_test-ef6fff3c.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/459/20211116-000105/symbiflow-arch-defs-xc7a100t_test-ef6fff3c.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/459/20211116-000105/symbiflow-arch-defs-xc7a200t_test-ef6fff3c.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/459/20211116-000105/symbiflow-arch-defs-xc7z010_test-ef6fff3c.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/535/20220128-000432/symbiflow-arch-defs-install-5fa5e715.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/535/20220128-000432/symbiflow-arch-defs-xc7a50t_test-5fa5e715.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/535/20220128-000432/symbiflow-arch-defs-xc7a100t_test-5fa5e715.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/535/20220128-000432/symbiflow-arch-defs-xc7a200t_test-5fa5e715.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/535/20220128-000432/symbiflow-arch-defs-xc7z010_test-5fa5e715.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
|
||||
|
||||
.. group-tab:: EOS-S3
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@ channels:
|
|||
- litex-hub
|
||||
dependencies:
|
||||
- litex-hub::openocd=0.10.0_1514_ga8edbd020=20201119_154304
|
||||
- litex-hub::prjxray-tools=0.1_2842_g6867429c=20210301_104249
|
||||
- litex-hub::prjxray-tools=0.1_2942_g5349556b=20220114_081711
|
||||
- litex-hub::gcc-riscv64-elf-newlib=9.2.0=20201119_154229
|
||||
- litex-hub::prjxray-db=0.0_253_gcd41f08=20211122_104637
|
||||
- litex-hub::vtr-optimized=8.0.0_4118_g06317d042=20210813_070938
|
||||
- litex-hub::yosys=0.9_5567_g539d4ee9=20210813_070938_py37
|
||||
- litex-hub::symbiflow-yosys-plugins=1.0.0_7_382_g6712d71=20210818_135210
|
||||
- litex-hub::prjxray-db=0.0_257_g0a0adde=20220114_081711
|
||||
- litex-hub::vtr-optimized=8.0.0_5105_g116f30cb8=20220114_081711
|
||||
- litex-hub::yosys=0.13_4_g61324cf55=20220114_081711_py37
|
||||
- litex-hub::symbiflow-yosys-plugins=1.0.0_7_599_gdb3a9c7=20220114_081711
|
||||
- make
|
||||
- lxml
|
||||
- simplejson
|
||||
|
|
Loading…
Reference in a new issue