aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-10-25 16:20:28 +0100
committerDavid Shah <davey1576@gmail.com>2017-10-25 16:20:28 +0100
commitd5b610f0e82f38d4b608f3b0c3c8ac5c093b4724 (patch)
treeaf69d90066b2dac4debac03ea152c7c941e4798a
parent42325a4774275e8f3850615425aadc3cda1e7774 (diff)
downloadicestorm-d5b610f0e82f38d4b608f3b0c3c8ac5c093b4724.tar.gz
icestorm-d5b610f0e82f38d4b608f3b0c3c8ac5c093b4724.tar.bz2
icestorm-d5b610f0e82f38d4b608f3b0c3c8ac5c093b4724.zip
Fix global network data for up5k
-rw-r--r--icebox/icebox.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py
index 52d7b9a..43cebea 100644
--- a/icebox/icebox.py
+++ b/icebox/icebox.py
@@ -1187,15 +1187,15 @@ gbufin_db = {
( 6, 0, 5),
( 6, 17, 4),
],
- "5k": [ # not sure how to get the third column, currently based on diagram in pdf.
- ( 6, 0, 0),
- (12, 0, 1),
- (13, 0, 3),
- (19, 0, 6),
- ( 6, 31, 5),
- (12, 31, 2),
- (13, 31, 7),
- (19, 31, 4),
+ "5k": [
+ ( 6, 0, 6), #checked
+ (12, 0, 5), #checked
+ (13, 0, 7), #unknown
+ (19, 0, 0), #checked
+ ( 6, 31, 3), #checked
+ (12, 31, 4), #checked
+ (13, 31, 1), #checked
+ (19, 31, 2), #checked
],
"8k": [
(33, 16, 7),