YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.32k stars 244 forks source link

Himbaechel xilinx : Fix regex to parse Zynq device names #1352

Closed marzoul closed 3 months ago

marzoul commented 3 months ago

The device names for Zynq chips don't have a trailing t, for example xc7z010 and not xc7z020. This PR makes presence of the t optional in the regex.