diff options
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/icebox.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 3a2a630..e9a7a77 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -1709,6 +1709,18 @@ ieren_db = { } pinloc_db = { + "1k-swg16tr": [ + ( "A2", 6, 17, 1), + ( "A4", 2, 17, 0), + ( "B1", 11, 17, 1), + ( "B2", 0, 8, 1), + ( "B3", 0, 9, 0), + ( "C1", 12, 0, 0), + ( "C2", 11, 0, 1), + ( "C3", 11, 0, 0), + ( "D1", 12, 0, 1), + ( "D3", 6, 0, 1), + ], "1k-cb132": [ ( "A1", 1, 17, 1), ( "A2", 2, 17, 1), |