diff options
author | David Shah <davey1576@gmail.com> | 2018-01-11 19:22:45 +0000 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-01-16 15:17:20 +0000 |
commit | 02a986b2f4b9d0cf5166a8a4915abe196116d259 (patch) | |
tree | 8196224b9690fd8367dcfc4672c81d3e21368862 | |
parent | 35bd638b4cad985a235d19374f7a37f64c6b47c8 (diff) | |
download | icestorm-02a986b2f4b9d0cf5166a8a4915abe196116d259.tar.gz icestorm-02a986b2f4b9d0cf5166a8a4915abe196116d259.tar.bz2 icestorm-02a986b2f4b9d0cf5166a8a4915abe196116d259.zip |
Add pinout for 5k UWG30 package
-rw-r--r-- | icebox/icebox.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 331aa74..9816db7 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -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 |