You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/fpga_flow/README.md
+28-16Lines changed: 28 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,29 @@ This demo was created using Vivado 2022.1.
25
25
Prior to running, insure the following prerequisites have been met:
26
26
- Install FINN and prerequisites. The [Getting Started](https://finn.readthedocs.io/en/latest/getting_started.html#quickstart) section of the FINN documentation might be helpful for this.
27
27
- Ensure you have the `FINN_XILINX_PATH` and `FINN_XILINX_VERSION` env variables set appropriately for your install. For example:
28
-
> export FINN_XILINX_PATH=/opt/Xilinx
29
-
> export FINN_XILINX_VERSION=2022.1
28
+
```shell
29
+
export FINN_XILINX_PATH=/opt/Xilinx
30
+
export FINN_XILINX_VERSION=2022.1
31
+
```
32
+
30
33
- Set the env variable for your `finn` install top directory (where you cloned the FINN compiler repo):
31
-
> export FINN_ROOT=/home/foo/finn
34
+
```shell
35
+
export FINN_ROOT=/home/foo/finn
36
+
```
32
37
33
38
Then, change to `finn` install directory and invoke the build as follows:
0 commit comments