diff --git a/spiOverJtag/Makefile b/spiOverJtag/Makefile index 9443361..76b8a54 100644 --- a/spiOverJtag/Makefile +++ b/spiOverJtag/Makefile @@ -1,6 +1,6 @@ XILINX_PARTS := xc6slx45csg324 xc6slx100fgg484 \ xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 \ - xc7a50tcpg236 xc7a75tfgg484 xc7a100tfgg484 xc7a200tsbg484 \ + xc7a50tcpg236 xc7a75tfgg484 xc7a100tcsg324 xc7a100tfgg484 xc7a200tsbg484 \ xc7s25csga324 xc7s50csga324 XILINX_BIT_FILES := $(addsuffix .bit.gz,$(addprefix spiOverJtag_, $(XILINX_PARTS))) diff --git a/spiOverJtag/build.py b/spiOverJtag/build.py index 5456ce1..070af83 100755 --- a/spiOverJtag/build.py +++ b/spiOverJtag/build.py @@ -54,6 +54,7 @@ if tool in ["ise", "vivado"]: "xc7a35tftg256" : "xc7a_ftg256", "xc7a50tcpg236" : "xc7a_cpg236", "xc7a75tfgg484" : "xc7a_fgg484", + "xc7a100tcsg324" : "xc7a_csg324", "xc7a100tfgg484" : "xc7a_fgg484", "xc7a200tsbg484" : "xc7a_sbg484", "xc7a200tfbg484" : "xc7a_fbg484", diff --git a/spiOverJtag/spiOverJtag_xc7a100tcsg324.bit.gz b/spiOverJtag/spiOverJtag_xc7a100tcsg324.bit.gz new file mode 100644 index 0000000..91c793f Binary files /dev/null and b/spiOverJtag/spiOverJtag_xc7a100tcsg324.bit.gz differ