From 3a6b05c6aa0dce72f9ceecba94db453e5c2ef7c6 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 1 Nov 2017 15:37:51 +0000 Subject: Work on 5k global buffer pads --- icebox/icebox.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'icebox') 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), -- cgit v1.2.3