aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox.py
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-05 16:32:58 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-05 16:32:58 +0000
commit1c56e56032d037d1ccbdfead5c6c95db68da8f4c (patch)
treecb4ac07a67feaae40fb70991eaf3fd9257bdc745 /icebox/icebox.py
parent1d149133b527315c2c9631e5214302ac0ed52200 (diff)
downloadicestorm-1c56e56032d037d1ccbdfead5c6c95db68da8f4c.tar.gz
icestorm-1c56e56032d037d1ccbdfead5c6c95db68da8f4c.tar.bz2
icestorm-1c56e56032d037d1ccbdfead5c6c95db68da8f4c.zip
Fix 5k padin_glb_netwk bits
Diffstat (limited to 'icebox/icebox.py')
-rw-r--r--icebox/icebox.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py
index f48abd2..e6243ac 100644
--- a/icebox/icebox.py
+++ b/icebox/icebox.py
@@ -1145,14 +1145,14 @@ extra_bits_db = {
(0, 331, 143): ("padin_glb_netwk", "7"),
},
"5k": {
- (0, 690, 334): ("padin_glb_netwk", "0"), # (0 1) (690 334) (690 334) routing T_0_0.padin_0 <X> T_0_0.glb_netwk_0
- (0, 691, 334): ("padin_glb_netwk", "1"), # (1 1) (691 334) (691 334) routing T_0_0.padin_1 <X> T_0_0.glb_netwk_1
- (1, 690, 175): ("padin_glb_netwk", "2"), # (0 3) (690 336) (690 336) routing T_0_0.padin_2 <X> T_0_0.glb_netwk_2
- (1, 871, 271): ("padin_glb_netwk", "3"), # TODO: 3-6 are not correct - but may not better
- (1, 870, 270): ("padin_glb_netwk", "4"),
- (1, 871, 270): ("padin_glb_netwk", "5"),
- (0, 870, 271): ("padin_glb_netwk", "6"),
- (1, 691, 335): ("padin_glb_netwk", "7"), # (1 0) (691 335) (691 335) routing T_0_0.padin_7 <X> T_0_0.glb_netwk_7
+ (0, 690, 334): ("padin_glb_netwk", "0"), # check
+ (0, 691, 334): ("padin_glb_netwk", "1"), # good
+ (1, 690, 175): ("padin_glb_netwk", "2"), # good
+ (1, 691, 175): ("padin_glb_netwk", "3"), # check
+ (1, 690, 174): ("padin_glb_netwk", "4"), # good (INTOSC only)
+ (1, 691, 174): ("padin_glb_netwk", "5"), # good (INTOSC only)
+ (0, 690, 335): ("padin_glb_netwk", "6"), # check
+ (0, 691, 335): ("padin_glb_netwk", "7"), # good
},
"8k": {
(0, 870, 270): ("padin_glb_netwk", "0"),