From 02a986b2f4b9d0cf5166a8a4915abe196116d259 Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 11 Jan 2018 19:22:45 +0000 Subject: Add pinout for 5k UWG30 package --- icebox/icebox.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 -- cgit v1.2.3