PyFPGA / pyfpga

A Python package to use FPGA development tools programmatically.
https://pyfpga.github.io/pyfpga/
GNU General Public License v3.0
81 stars 8 forks source link

Verify windows support #3

Open rodrigomelo9 opened 3 years ago

motty-mio2 commented 3 years ago

I found a problem on windows. So I made a pull-request https://github.com/PyFPGA/pyfpga/pull/19#issue-576159749

rodrigomelo9 commented 3 years ago

Hi @motty-mio2 again thanks (merged, whit a modification to only be applied in Tcl files). It was the only change that you needed? PyFPGA works for you in Windows with Vivado?

Regards, Rodrigo

motty-mio2 commented 3 years ago

Thank you for this merge. With this change, I can generate bitstream file for FPGA in Windows with Vivado. Thanks.

rodrigomelo9 commented 3 years ago

Great to know :-D

I could probably add a CI action to check the python part on windows, also the openflow solution (based on FOSS and solved from a bash script), but I can't check the vendor tools there. I need to add some kind of Tcl verification (such as to check the file separators).

Again, thanks to you.