Xilinx / RapidWright

Build Customized FPGA Implementations for Vivado
http://www.rapidwright.io
Other
290 stars 108 forks source link

API to use vivado? #869

Closed the-centry closed 11 months ago

the-centry commented 11 months ago

Is there some api to use vivado in rapidwright? such as generate bit after dcp generated! Thanks so much!

clavin-xlnx commented 11 months ago

Sure, checkout VivadoTools: https://www.rapidwright.io/javadoc/com/xilinx/rapidwright/util/VivadoTools.html, there is a writeBitstream() API in that class.

the-centry commented 11 months ago

Sure, checkout VivadoTools: https://www.rapidwright.io/javadoc/com/xilinx/rapidwright/util/VivadoTools.html, there is a writeBitstream() API in that class.

Thanks so much! I think a api to set vivado path is necessary, the api provided depend on env path so much!