docs/getting: do not install zc7z020 package by default

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-05-19 11:23:04 +02:00
parent 961c1534fd
commit 53eb28df53
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Download architecture definitions:
mkdir -p $INSTALL_DIR/xc7/install
for PKG in install xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test xc7z020_test; do
for PKG in install xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test; do
wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/20220406-185509/symbiflow-arch-defs-${PKG}-3ef4188.tar.xz | tar -xJC $INSTALL_DIR/xc7/install
done