Replies: 2 comments
-
Hi, did you resolve the issue, even I have the same doubt, can you help me if you resolve the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@AnouarITI @sandeep1404 I started a PR #752 to add the ZCU104 board, but please feel free to make suggestions for the tcl file, which may not be totally correct yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I want to add the board support for ZCU104 to the Vivado backend, I made the following steps:
1- Added the necessary lines similarly to the zcu102 in
supported_boards.json
file2- Added a folder to
hls4ml/templates/vivado_accelerator
, named it zcu104, where I have the python driver folder and the tcl scripts required to build a project for the zcu104.3- I run
python pip install .
to reinstall hls4ml with the made modification.However, I still see that the board is not supported.
I am missing something here.
Beta Was this translation helpful? Give feedback.
All reactions