From 5083c611664cfbdd223c02b04bdb89282f0275e6 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 24 May 2022 15:16:52 +0200 Subject: [PATCH] docs/getting: use variables F4PGA_TIMESTAMP and F4PGA_HASH Signed-off-by: Unai Martinez-Corral --- docs/getting.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting.rst b/docs/getting.rst index e59cd13..e2368f9 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -131,8 +131,11 @@ Download architecture definitions: mkdir -p $INSTALL_DIR/xc7/install + F4PGA_TIMESTAMP='20220406-185509' + F4PGA_HASH='3ef4188' + 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 + wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-${PKG}-${F4PGA_HASH}.tar.xz | tar -xJC $INSTALL_DIR/${FPGA_FAM}/install done .. group-tab:: EOS-S3