aboutsummaryrefslogtreecommitdiffstats
path: root/icebox
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-01 20:16:33 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-01 20:16:33 +0000
commite75e9171ac7e2a62b83c1dee34ad0f2ef6b6c82a (patch)
treeed1e3cef22d664f853c3a17e255a94fbfaef3690 /icebox
parent3a6b05c6aa0dce72f9ceecba94db453e5c2ef7c6 (diff)
downloadicestorm-e75e9171ac7e2a62b83c1dee34ad0f2ef6b6c82a.tar.gz
icestorm-e75e9171ac7e2a62b83c1dee34ad0f2ef6b6c82a.tar.bz2
icestorm-e75e9171ac7e2a62b83c1dee34ad0f2ef6b6c82a.zip
Fix global network 1 padin bit
Diffstat (limited to 'icebox')
-rw-r--r--icebox/icebox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py
index 4a54536..f48abd2 100644
--- a/icebox/icebox.py
+++ b/icebox/icebox.py
@@ -1146,8 +1146,8 @@ extra_bits_db = {
},
"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
- (1, 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
- (0, 690, 336): ("padin_glb_netwk", "2"), # (0 3) (690 336) (690 336) routing T_0_0.padin_2 <X> T_0_0.glb_netwk_2
+ (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"),