docs/getting: use variables F4PGA_TIMESTAMP and F4PGA_HASH
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
6282610a07
commit
5083c61166
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue