2022-06-16 05:52:07 -04:00
|
|
|
--- a/docs/getting.rst
|
|
|
|
+++ b/docs/getting.rst
|
2022-08-05 07:19:27 -04:00
|
|
|
@@ -146,7 +146,7 @@ Next, setup Conda and your system's environment, and download architecture defin
|
|
|
|
F4PGA_HASH='df6d9e5'
|
2022-08-01 06:05:52 -04:00
|
|
|
|
|
|
|
for PKG in $F4PGA_PACKAGES; do
|
2022-08-03 23:08:07 -04:00
|
|
|
- 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}
|
2022-08-05 07:19:27 -04:00
|
|
|
+ wget -qO- $(wget -qO- https://github.com/SymbiFlow/f4pga-arch-defs/releases/download/latest/symbiflow-${PKG}-latest) | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}
|
2022-08-01 06:05:52 -04:00
|
|
|
done
|
|
|
|
|
|
|
|
If the above commands exited without errors, you have successfully installed and configured your working environment.
|
2022-08-05 07:19:27 -04:00
|
|
|
--
|