build/xilinx/platform.py: added xc7s to the list of device supporting jtag access

This commit is contained in:
Gwenhael Goavec-Merou 2024-09-19 06:49:44 +02:00
parent fc68f031a1
commit e072156b93
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class XilinxPlatform(GenericPlatform):
_jtag_support = [
"xc6",
"xc7a", "xc7k", "xc7v", "xc7z",
"xc7a", "xc7k", "xc7s", "xc7v", "xc7z",
"xcau", "xcku", "xcvu", "xczu"
]