build/xilinx/platform.py: added xc7s to the list of device supporting jtag access
This commit is contained in:
parent
fc68f031a1
commit
e072156b93
|
@ -28,7 +28,7 @@ class XilinxPlatform(GenericPlatform):
|
|||
|
||||
_jtag_support = [
|
||||
"xc6",
|
||||
"xc7a", "xc7k", "xc7v", "xc7z",
|
||||
"xc7a", "xc7k", "xc7s", "xc7v", "xc7z",
|
||||
"xcau", "xcku", "xcvu", "xczu"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue