aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/gfx.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-19 16:53:34 +0200
committerClifford Wolf <clifford@clifford.at>2018-08-19 16:53:34 +0200
commitb7d4c7afd97f88642552179965d964e34f8639b9 (patch)
tree37517a2ffbd077ef08da10c30e8124c1a420d229 /ice40/gfx.h
parent7cdafb81219ab5dd7f20233307369ea501bfc508 (diff)
downloadnextpnr-b7d4c7afd97f88642552179965d964e34f8639b9.tar.gz
nextpnr-b7d4c7afd97f88642552179965d964e34f8639b9.tar.bz2
nextpnr-b7d4c7afd97f88642552179965d964e34f8639b9.zip
Add iCE40 gfx for IO span-4 corners
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/gfx.h')
-rw-r--r--ice40/gfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/gfx.h b/ice40/gfx.h
index 94c2538e..4fb6e147 100644
--- a/ice40/gfx.h
+++ b/ice40/gfx.h
@@ -713,7 +713,8 @@ enum GfxTileWireId
TILE_WIRE_PLLOUT_B
};
-void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId id, GraphicElement::style_t style);
+void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, int w, int h, GfxTileWireId id,
+ GraphicElement::style_t style);
void gfxTilePip(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId src, GfxTileWireId dst,
GraphicElement::style_t style);