scripts/prepare_environment: bump arch-defs packages

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-08-19 19:52:09 +02:00
parent 38ccd7a4ed
commit a3a15f8cad
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ echo '::group::Install arch-defs'
mkdir -p "$F4PGA_INSTALL_DIR_FAM" mkdir -p "$F4PGA_INSTALL_DIR_FAM"
F4PGA_TIMESTAMP='20220815-115001' F4PGA_TIMESTAMP='20220818-143856'
F4PGA_HASH='ad45cc8' F4PGA_HASH='24e8f73'
case "$FPGA_FAM" in case "$FPGA_FAM" in
xc7) PACKAGES='install-xc7 xc7a50t_test';; xc7) PACKAGES='install-xc7 xc7a50t_test';;