mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
added spi flash support for xc6slx16csg324
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
XILINX_PARTS := xc6slx16ftg256 xc6slx45csg324 xc6slx100fgg484 \
|
||||
XILINX_PARTS := xc6slx16ftg256 xc6slx16csg324 xc6slx45csg324 xc6slx100fgg484 \
|
||||
xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 \
|
||||
xc7a50tcpg236 xc7a75tfgg484 xc7a100tcsg324 xc7a100tfgg484 xc7a200tsbg484 \
|
||||
xc7s25csga324 xc7s50csga324
|
||||
|
||||
@@ -48,6 +48,7 @@ else:
|
||||
if tool in ["ise", "vivado"]:
|
||||
pkg_name = {
|
||||
"xc6slx16ftg256" : "xc6s_ftg256",
|
||||
"xc6slx16csg324" : "xc6s_csg324",
|
||||
"xc6slx45csg324" : "xc6s_csg324",
|
||||
"xc6slx100fgg484" : "xc6s_fgg484",
|
||||
"xc7a35tcpg236" : "xc7a_cpg236",
|
||||
@@ -67,10 +68,12 @@ if tool in ["ise", "vivado"]:
|
||||
tool_options = {'family': family,
|
||||
'device': {
|
||||
"xc6slx16ftg256": "xc6slx16",
|
||||
"xc6slx16csg324": "xc6slx16",
|
||||
"xc6slx45csg324": "xc6slx45",
|
||||
"xc6slx100fgg484": "xc6slx100"}[part],
|
||||
'package': {
|
||||
"xc6slx16ftg256": "ftg256",
|
||||
"xc6slx16csg324": "csg324",
|
||||
"xc6slx45csg324": "csg324",
|
||||
"xc6slx100fgg484": "fgg384"}[part],
|
||||
'speed' : -3
|
||||
|
||||
Reference in New Issue
Block a user