aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/gfx.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-19 18:43:38 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-19 18:43:38 +0200
commit801f63098348878d1dcd5e88735afeae014d7f22 (patch)
tree7e218831b7965003b96200bdda510a71a5275fde /ice40/gfx.cc
parent49d3857f9728b89ab8bac000f5dc0ed8627d23c9 (diff)
downloadnextpnr-801f63098348878d1dcd5e88735afeae014d7f22.tar.gz
nextpnr-801f63098348878d1dcd5e88735afeae014d7f22.tar.bz2
nextpnr-801f63098348878d1dcd5e88735afeae014d7f22.zip
Add more missing iCE40 gfx (LP/HX is complete now)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/gfx.cc')
-rw-r--r--ice40/gfx.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/gfx.cc b/ice40/gfx.cc
index f643d96c..74338b8d 100644
--- a/ice40/gfx.cc
+++ b/ice40/gfx.cc
@@ -814,6 +814,7 @@ static bool getWireXY_main(GfxTileWireId id, float &x, float &y)
int idx = id - TILE_WIRE_SPAN4_VERT_B_0;
y = 1.0 - (0.03 + 0.0025 * (270 - idx));
x = main_swbox_x1;
+ return true;
}
// Global2Local