mirror of https://github.com/openXC7/prjxray.git
settings: Add mapping files for part resources
These files contain information about the part information used by the fuzzers and should help to add new parts easier, later. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
parent
cd4ca4916e
commit
e24e1bc5b4
|
|
@ -0,0 +1,73 @@
|
|||
# part number to pins
|
||||
"xc7a200tffg1156-1":
|
||||
pins:
|
||||
0: "R26"
|
||||
1: "P26"
|
||||
2: "N26"
|
||||
3: "M27"
|
||||
4: "U25"
|
||||
5: "T25"
|
||||
6: "P24"
|
||||
"xc7a200tsbg484-1":
|
||||
pins:
|
||||
0: "V10"
|
||||
1: "W10"
|
||||
2: "Y11"
|
||||
3: "Y12"
|
||||
4: "U25"
|
||||
5: "T25"
|
||||
6: "P24"
|
||||
"xc7a100tfgg676-1":
|
||||
pins:
|
||||
0: "Y22"
|
||||
1: "U17"
|
||||
2: "V17"
|
||||
3: "V16"
|
||||
4: "V14"
|
||||
5: "U14"
|
||||
6: "U16"
|
||||
"xc7a100tcsg324-1":
|
||||
pins:
|
||||
0: "N15"
|
||||
1: "U17"
|
||||
2: "V17"
|
||||
3: "V16"
|
||||
4: "V14"
|
||||
5: "U14"
|
||||
6: "U16"
|
||||
"xc7a50tfgg484-1":
|
||||
pins:
|
||||
0: "E22"
|
||||
1: "D22"
|
||||
2: "E21"
|
||||
3: "D21"
|
||||
4: "G21"
|
||||
5: "G22"
|
||||
6: "F21"
|
||||
"xc7a35tcsg324-1":
|
||||
pins:
|
||||
0: "G13"
|
||||
1: "B11"
|
||||
2: "E15"
|
||||
3: "U12"
|
||||
4: "D13"
|
||||
5: "J17"
|
||||
6: "U14"
|
||||
"xc7a35tftg256-1":
|
||||
pins:
|
||||
0: "J13"
|
||||
1: "J14"
|
||||
2: "K15"
|
||||
3: "K16"
|
||||
4: "G21"
|
||||
5: "G22"
|
||||
6: "F21"
|
||||
"xc7a35tcpg236-1":
|
||||
pins:
|
||||
0: "V17"
|
||||
1: "V16"
|
||||
2: "W16"
|
||||
3: "W17"
|
||||
4: "W15"
|
||||
5: "V15"
|
||||
6: "W14"
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# part number to pins
|
||||
"xc7k70tfbg676-2":
|
||||
pins:
|
||||
0: "K25"
|
||||
1: "K26"
|
||||
2: "L24"
|
||||
3: "L25"
|
||||
4: "M19"
|
||||
5: "M20"
|
||||
6: "M21"
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
# part number to pins
|
||||
"xc7z020clg484-1":
|
||||
pins:
|
||||
0: "Y9"
|
||||
1: "U10"
|
||||
2: "N17"
|
||||
3: "P18"
|
||||
"xc7z020clg400-1":
|
||||
pins:
|
||||
0: "T9"
|
||||
1: "P14"
|
||||
2: "T14"
|
||||
3: "R18"
|
||||
"xc7z010clg400-1":
|
||||
pins:
|
||||
0: "L14"
|
||||
1: "L15"
|
||||
2: "M14"
|
||||
3: "M15"
|
||||
4: "K16"
|
||||
5: "J16"
|
||||
6: "J15"
|
||||
Loading…
Reference in New Issue