mirror of https://github.com/YosysHQ/icestorm.git
Add pinout for 5k UWG30 package
This commit is contained in:
parent
35bd638b4c
commit
02a986b2f4
|
|
@ -4399,6 +4399,29 @@ pinloc_db = {
|
|||
( "47", 6, 0, 0),
|
||||
( "48", 7, 0, 0),
|
||||
],
|
||||
"5k-uwg30": [
|
||||
( "A1", 19, 31, 1),
|
||||
( "A2", 19, 31, 0),
|
||||
( "A4", 12, 31, 0),
|
||||
( "A5", 4, 31, 0),
|
||||
( "B1", 19, 0, 0),
|
||||
( "B3", 12, 31, 1),
|
||||
( "B5", 5, 31, 0),
|
||||
( "C1", 24, 0, 1),
|
||||
( "C3", 12, 0, 0),
|
||||
( "C5", 6, 31, 0),
|
||||
( "D1", 24, 0, 0),
|
||||
( "D3", 13, 0, 0),
|
||||
( "D5", 6, 0, 0),
|
||||
( "E1", 23, 0, 1),
|
||||
( "E3", 13, 0, 1),
|
||||
( "E4", 9, 0, 1),
|
||||
( "E5", 5, 0, 0),
|
||||
( "F1", 23, 0, 0),
|
||||
( "F2", 19, 0, 1),
|
||||
( "F4", 12, 0, 1),
|
||||
( "F5", 6, 0, 1),
|
||||
]
|
||||
}
|
||||
|
||||
# This database contains the locations of configuration bits of the DSP tiles
|
||||
|
|
|
|||
Loading…
Reference in New Issue