aboutsummaryrefslogtreecommitdiffstats
path: root/icebox
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-01 15:37:51 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-01 15:37:51 +0000
commit3a6b05c6aa0dce72f9ceecba94db453e5c2ef7c6 (patch)
tree3e7bbf3deac56934d261e648e16228a6e6b91120 /icebox
parent3bd601c0cde0bdb5f26b1d67c88fcd57fc9f5cd8 (diff)
downloadicestorm-3a6b05c6aa0dce72f9ceecba94db453e5c2ef7c6.tar.gz
icestorm-3a6b05c6aa0dce72f9ceecba94db453e5c2ef7c6.tar.bz2
icestorm-3a6b05c6aa0dce72f9ceecba94db453e5c2ef7c6.zip
Work on 5k global buffer pads
Diffstat (limited to 'icebox')
-rw-r--r--icebox/icebox.py18
1 files changed, 10 insertions, 8 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py
index 6253dc2..4a54536 100644
--- a/icebox/icebox.py
+++ b/icebox/icebox.py
@@ -1677,14 +1677,16 @@ padin_pio_db = {
( 6, 17, 1), # glb_netwk_7
],
"5k": [
- ( 6, 0, 1),
- (12, 0, 1),
- (13, 0, 0),
- (19, 0, 1),
- ( 6, 31, 0),
- (12, 31, 1),
- (13, 31, 0),
- (19, 31, 0), #This is probably wrong, but the pin seems partially broken in icecube too, and it means we have the right number of GBs to keep arachne happy
+ (19, 0, 1), #0 fixed
+ ( 6, 0, 1), #1 fixed
+ (13, 31, 0), #2 fixed
+ (13, 0, 0), #3 fixed
+
+ (19, 31, 0), #These two are questionable, but keep the order correct
+ ( 6, 31, 0), #They may need to be fixed if other package options are added.
+
+ (12, 0, 1), #6 fixed
+ (12, 31, 1), #7 fixed
],
"8k": [
(33, 16, 1),