Replies: 2 comments
-
None of the steps before the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great! Thank you for the quick response! I will let you know if I have any
other questions.
…On Fri, Apr 4, 2025 at 10:12 AM Jovan Mitrevski ***@***.***> wrote:
None of the steps before the hls_model.build() require Vitis HLS to be
installed. The hls_model.compile() step creates all the files needed to
build the systems, and they can be copied over. There's a tcl script that
can be passed directly to vitis_hls afterwards to build the project and
synthesize the model.
—
Reply to this email directly, view it on GitHub
<#1259 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX2EJPBP3W7PLKU3KYIKEYL2X2HLXAVCNFSM6AAAAAB2OZJDRGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZSGY4TEMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
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
-
Hi,
I am working on developing an online class about machine vision and we want to use hls4ml as a tool to convert ML models to HLS that can be synthesized for a Xilinx FPGA. The program gives students access to a virtual machine with a GPU, but only 36 GB of storage, so we don't have room for Vitis HLS. I am wondering if it is possible to use hls4ml to write the the correct source files and build script to a directory that we can then transfer to a machine that does have Vitis HLS installed and just run a script to tell Vitis to synthesize the model into an IP core.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions