docs/getting: do not install zc7z020 package by default
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
961c1534fd
commit
53eb28df53
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue