finn setup #984
Answered
by
fpjentzsch
harrisonasd
asked this question in
Q&A
finn setup
#984
-
During the 'finn setup' stage, how can I inform the system that I intend to use the rfsoc4x2 board? |
Beta Was this translation helpful? Give feedback.
Answered by
fpjentzsch
Feb 19, 2024
Replies: 1 comment
-
The PYNQ_BOARD env var is used only for certain end-to-end tests. Normally you would use FINN's "build_dataflow" feature to launch the accelerator build. In the builder config you can set the board parameter: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
auphelia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PYNQ_BOARD env var is used only for certain end-to-end tests. Normally you would use FINN's "build_dataflow" feature to launch the accelerator build. In the builder config you can set the board parameter:
finn/src/finn/builder/build_dataflow_config.py
Line 239 in b3bdff1