Closed marzoul closed 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.
t
xc7z010
xc7z020
The device names for Zynq chips don't have a trailing
t
, for examplexc7z010
and notxc7z020
. This PR makes presence of thet
optional in the regex.