Merge pull request #332 from CreatingNull/lx9csg324
Add JTAG to SPI Support on Spartan-6 lx9 CSG324 package.
This commit is contained in:
commit
d60a1039a0
|
|
@ -1,4 +1,6 @@
|
||||||
XILINX_PARTS := xc3s500evq100 xc6slx9tqg144 xc6slx16ftg256 xc6slx16csg324 xc6slx45csg324 xc6slx100fgg484 \
|
XILINX_PARTS := xc3s500evq100 \
|
||||||
|
xc6slx9tqg144 xc6slx9csg324 \
|
||||||
|
xc6slx16ftg256 xc6slx16csg324 xc6slx45csg324 xc6slx100fgg484 \
|
||||||
xc6slx150tfgg484 xc6slx150tcsg484 \
|
xc6slx150tfgg484 xc6slx150tcsg484 \
|
||||||
xc7a25tcpg238 xc7a25tcsg325 \
|
xc7a25tcpg238 xc7a25tcsg325 \
|
||||||
xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 \
|
xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 \
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ if tool in ["ise", "vivado"]:
|
||||||
pkg_name = {
|
pkg_name = {
|
||||||
"xc3s500evq100" : "xc3s_vq100",
|
"xc3s500evq100" : "xc3s_vq100",
|
||||||
"xc6slx9tqg144" : "xc6s_tqg144",
|
"xc6slx9tqg144" : "xc6s_tqg144",
|
||||||
|
"xc6slx9csg324" : "xc6s_csg324",
|
||||||
"xc6slx16ftg256" : "xc6s_ftg256",
|
"xc6slx16ftg256" : "xc6s_ftg256",
|
||||||
"xc6slx16csg324" : "xc6s_csg324",
|
"xc6slx16csg324" : "xc6s_csg324",
|
||||||
"xc6slx45csg324" : "xc6s_csg324",
|
"xc6slx45csg324" : "xc6s_csg324",
|
||||||
|
|
@ -102,6 +103,7 @@ if tool in ["ise", "vivado"]:
|
||||||
'device': {
|
'device': {
|
||||||
"xc3s500evq100": "xc3s500e",
|
"xc3s500evq100": "xc3s500e",
|
||||||
"xc6slx9tqg144": "xc6slx9",
|
"xc6slx9tqg144": "xc6slx9",
|
||||||
|
"xc6slx9csg324": "xc6slx9",
|
||||||
"xc6slx16ftg256": "xc6slx16",
|
"xc6slx16ftg256": "xc6slx16",
|
||||||
"xc6slx16csg324": "xc6slx16",
|
"xc6slx16csg324": "xc6slx16",
|
||||||
"xc6slx45csg324": "xc6slx45",
|
"xc6slx45csg324": "xc6slx45",
|
||||||
|
|
@ -115,6 +117,7 @@ if tool in ["ise", "vivado"]:
|
||||||
'package': {
|
'package': {
|
||||||
"xc3s500evq100": "vq100",
|
"xc3s500evq100": "vq100",
|
||||||
"xc6slx9tqg144": "tqg144",
|
"xc6slx9tqg144": "tqg144",
|
||||||
|
"xc6slx9csg324": "csg324",
|
||||||
"xc6slx16ftg256": "ftg256",
|
"xc6slx16ftg256": "ftg256",
|
||||||
"xc6slx16csg324": "csg324",
|
"xc6slx16csg324": "csg324",
|
||||||
"xc6slx45csg324": "csg324",
|
"xc6slx45csg324": "csg324",
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue