diff --git a/spiOverJtag/Makefile b/spiOverJtag/Makefile index d9ba999..0b69b86 100644 --- a/spiOverJtag/Makefile +++ b/spiOverJtag/Makefile @@ -1,7 +1,7 @@ XILINX_PARTS := xc3s500evq100 xc6slx16ftg256 xc6slx16csg324 xc6slx45csg324 xc6slx100fgg484 \ xc6slx150tfgg484 \ xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 \ - xc7a50tcpg236 xc7a75tfgg484 \ + xc7a50tcsg324 xc7a50tcpg236 xc7a75tfgg484 \ xc7a100tcsg324 xc7a100tfgg484 xc7a100tfgg676\ xc7a200tsbg484 \ xc7s25csga225 xc7s25csga324 xc7s50csga324 \ diff --git a/spiOverJtag/build.py b/spiOverJtag/build.py index be0138e..0054882 100755 --- a/spiOverJtag/build.py +++ b/spiOverJtag/build.py @@ -71,6 +71,7 @@ if tool in ["ise", "vivado"]: "xc7a35tcsg324" : "xc7a_csg324", "xc7a35tftg256" : "xc7a_ftg256", "xc7a50tcpg236" : "xc7a_cpg236", + "xc7a50tcsg324" : "xc7a_csg324", "xc7a75tfgg484" : "xc7a_fgg484", "xc7a100tcsg324" : "xc7a_csg324", "xc7a100tfgg484" : "xc7a_fgg484", diff --git a/spiOverJtag/spiOverJtag_xc7a50tcsg324.bit.gz b/spiOverJtag/spiOverJtag_xc7a50tcsg324.bit.gz new file mode 100644 index 0000000..e335236 Binary files /dev/null and b/spiOverJtag/spiOverJtag_xc7a50tcsg324.bit.gz differ