Closed SebastianHambura closed 1 year ago
Thanks for reaching out! I haven't done any development for Windows, and I think it's true that there will be some steps that are Linux-centric. That said, I think you might still be able to make some progress if you're already familiar with using Vivado HLS. I think you should be able to convert
and write
a model, creating all the .cpp
and .tcl
files for the HLS project. From there you can create a Vivado HLS project using the HLS software directly, rather than using the compile
and build
methods of the conifer model. Do you think that can work for you?
I'm also open to adding support for Windows to conifer, we recently made some modifications to support emulation on OSX for example.
It's not a big deal for me, I also have a Linux which I can use. I just wanted to be sure.
Hey,
I just found your project, and it look awesome :D I wanted to try it out quickly, to see if it's indeed what I needed.
I'm currently working on windows, and it seems like conifer doesn't find vivado hls or vitis hls as I get following errors :
After struggling a bit with it, I've looked into the code and found this :
https://github.com/thesps/conifer/blob/086c82ee1f70b5bd2706c6381244064fb30061c3/conifer/backends/xilinxhls/writer.py#L19-L28
This looks like a linux-only command. Can conifer only run on Linux ?