From 53eb28df535c5e43cfc718b300f81ecf4a62ff2b Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Thu, 19 May 2022 11:23:04 +0200 Subject: [PATCH] docs/getting: do not install zc7z020 package by default Signed-off-by: Unai Martinez-Corral --- docs/getting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting.rst b/docs/getting.rst index 70c8bfb..e59cd13 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -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