Skip to content

Error with FPGA flow, Running step: step_apply_folding_config [7/19] #1009

Answered by fpjentzsch
CNStanLee asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

the KeyError: 'HLS_PATH' could mean that you did not set FINN_XILINX_PATH and FINN_XILINX_VERSION correctly or did not install Vitis/Vitis HLS next to Vivado.
FINN resolves the paths like this:

  VIVADO_PATH="$FINN_XILINX_PATH/Vivado/$FINN_XILINX_VERSION"
  VITIS_PATH="$FINN_XILINX_PATH/Vitis/$FINN_XILINX_VERSION"
  HLS_PATH="$FINN_XILINX_PATH/Vitis_HLS/$FINN_XILINX_VERSION"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CNStanLee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants