diff --git a/spiOverJtag/Makefile b/spiOverJtag/Makefile index 50ac8d9..c1a95ad 100644 --- a/spiOverJtag/Makefile +++ b/spiOverJtag/Makefile @@ -6,7 +6,7 @@ XILINX_PARTS := xc3s500evq100 \ xc7a15tcpg236 \ xc7a25tcpg238 xc7a25tcsg325 \ xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 xc7a35tfgg484 \ - xc7a50tcsg324 xc7a50tfgg484 xc7a50tcpg236 xc7a75tfgg484 \ + xc7a50tcsg324 xc7a50tfgg484 xc7a50tcpg236 xc7a50tcsg325 xc7a75tfgg484 \ xc7a100tcsg324 xc7a100tfgg484 xc7a100tfgg676\ xc7a200tsbg484 xc7a200tfbg484 xc7a200tfbg676\ xc7s6ftgb196 xc7s25csga225 xc7s25csga324 xc7s50csga324 \ diff --git a/spiOverJtag/build.py b/spiOverJtag/build.py index a3668b5..0187bb8 100755 --- a/spiOverJtag/build.py +++ b/spiOverJtag/build.py @@ -99,6 +99,7 @@ if tool in ["ise", "vivado"]: "xc7a50tcpg236" : "xc7a_cpg236", "xc7a50tcsg324" : "xc7a_csg324", "xc7a50tfgg484" : "xc7a_fgg484", + "xc7a50tcsg325" : "xc7a_csg325", "xc7a75tfgg484" : "xc7a_fgg484", "xc7a100tcsg324" : "xc7a_csg324", "xc7a100tfgg484" : "xc7a_fgg484", diff --git a/spiOverJtag/spiOverJtag_xc7a50tcsg325.bit.gz b/spiOverJtag/spiOverJtag_xc7a50tcsg325.bit.gz new file mode 100644 index 0000000..eea2d91 Binary files /dev/null and b/spiOverJtag/spiOverJtag_xc7a50tcsg325.bit.gz differ diff --git a/spiOverJtag/xilinx_spiOverJtag.tcl b/spiOverJtag/xilinx_spiOverJtag.tcl index c58630b..478e76d 100644 --- a/spiOverJtag/xilinx_spiOverJtag.tcl +++ b/spiOverJtag/xilinx_spiOverJtag.tcl @@ -13,6 +13,7 @@ set grade [dict create \ xc7a35tcsg324 -1 \ xc7a35tftg256 -1 \ xc7a50tcpg236 -2 \ + xc7a50tcsg325 -2 \ xc7a75tfgg484 -2 \ xc7a100tfgg484 -2 \ xc7a200tsbg484 -1 \ @@ -31,6 +32,7 @@ set pkg_name [dict create \ xc7a35tcsg324 xc7a_csg324 \ xc7a35tftg256 xc7a_ftg256 \ xc7a50tcpg236 xc7a_cpg236 \ + xc7a50tcsg325 xc7a_csg325 \ xc7a75tfgg484 xc7a_fgg484 \ xc7a100tfgg484 xc7a_fgg484 \ xc7a200tsbg484 xc7a_sbg484 \