Merge pull request #367 from antmicro/umarcor/bump
Bump f4pga and arch-defs packages
This commit is contained in:
commit
f5a40b2c7f
|
@ -1,7 +1,7 @@
|
||||||
--- a/docs/getting.rst
|
--- a/docs/getting.rst
|
||||||
+++ b/docs/getting.rst
|
+++ b/docs/getting.rst
|
||||||
@@ -146,7 +146,7 @@ Next, setup Conda and your system's environment, and download architecture defin
|
@@ -146,7 +146,7 @@ Next, setup Conda and your system's environment, and download architecture defin
|
||||||
F4PGA_HASH='66a976d'
|
F4PGA_HASH='007d1c1'
|
||||||
|
|
||||||
for PKG in $F4PGA_PACKAGES; do
|
for PKG in $F4PGA_PACKAGES; do
|
||||||
- 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 $F4PGA_INSTALL_DIR/${FPGA_FAM}
|
- 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 $F4PGA_INSTALL_DIR/${FPGA_FAM}
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
python-constraint
|
python-constraint
|
||||||
https://github.com/chipsalliance/f4pga/archive/6b4976a028e8a8a3b78711b6471655d3bfe58ed7.zip#subdirectory=f4pga
|
https://github.com/chipsalliance/f4pga/archive/e1cd038f06c7161b27afd0073fb507da2b8e5a9e.zip#subdirectory=f4pga
|
||||||
|
|
|
@ -142,8 +142,8 @@ Next, setup Conda and your system's environment, and download architecture defin
|
||||||
|
|
||||||
mkdir -p $F4PGA_INSTALL_DIR/$FPGA_FAM
|
mkdir -p $F4PGA_INSTALL_DIR/$FPGA_FAM
|
||||||
|
|
||||||
F4PGA_TIMESTAMP='20220907-210059'
|
F4PGA_TIMESTAMP='20220920-124259'
|
||||||
F4PGA_HASH='66a976d'
|
F4PGA_HASH='007d1c1'
|
||||||
|
|
||||||
for PKG in $F4PGA_PACKAGES; do
|
for PKG in $F4PGA_PACKAGES; do
|
||||||
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 $F4PGA_INSTALL_DIR/${FPGA_FAM}
|
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 $F4PGA_INSTALL_DIR/${FPGA_FAM}
|
||||||
|
|
Loading…
Reference in New Issue