From 801f63098348878d1dcd5e88735afeae014d7f22 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 19 Aug 2018 18:43:38 +0200 Subject: Add more missing iCE40 gfx (LP/HX is complete now) Signed-off-by: Clifford Wolf --- ice40/gfx.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ice40/gfx.cc') 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 -- cgit v1.2.3