aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/gfx.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-10-27 11:52:29 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-10-27 11:52:29 +0200
commit69b9aaba9d06c3fc0df8a25f9a18bbaab8dfe61a (patch)
treeb5d2abcbeb5c4348efed81397970eaf802c95bb3 /ice40/gfx.cc
parent61b2fcf7da3c1859e2139aae70d69efd68c5a9d4 (diff)
downloadnextpnr-69b9aaba9d06c3fc0df8a25f9a18bbaab8dfe61a.tar.gz
nextpnr-69b9aaba9d06c3fc0df8a25f9a18bbaab8dfe61a.tar.bz2
nextpnr-69b9aaba9d06c3fc0df8a25f9a18bbaab8dfe61a.zip
ups, uncomment
Diffstat (limited to 'ice40/gfx.cc')
-rw-r--r--ice40/gfx.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/gfx.cc b/ice40/gfx.cc
index f46e4001..c41c424b 100644
--- a/ice40/gfx.cc
+++ b/ice40/gfx.cc
@@ -976,7 +976,7 @@ void gfxTilePip(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId src,
pipGfx(g, x, y, x1, y1, x2, y2, local_swbox_x1, local_swbox_y1, local_swbox_x2, local_swbox_y2, style);
return;
}
-/*
+
if (TILE_WIRE_LUTFF_0_IN_0_LUT <= src && src <= TILE_WIRE_LUTFF_7_IN_3_LUT && TILE_WIRE_LUTFF_0_OUT <= dst &&
dst <= TILE_WIRE_LUTFF_7_OUT) {
int lut_idx = (src - TILE_WIRE_LUTFF_0_IN_0_LUT) / 4;
@@ -1058,7 +1058,7 @@ void gfxTilePip(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId src,
el.y2 = y + 0.02;
g.push_back(el);
return;
- }*/
+ }
}
NEXTPNR_NAMESPACE_END