aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/gfx.h')
-rw-r--r--ecp5/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/gfx.h b/ecp5/gfx.h
index e9ec6133..f3fa6a4c 100644
--- a/ecp5/gfx.h
+++ b/ecp5/gfx.h
@@ -436,6 +436,7 @@ enum GfxTileWireId
};
void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, int w, int h, IdString wire_type, GfxTileWireId tilewire, GraphicElement::style_t style);
+void gfxTilePip(std::vector<GraphicElement> &g, int x, int y, int w, int h, WireId src, IdString src_type, GfxTileWireId src_id, WireId dst, IdString dst_type, GfxTileWireId dst_id, GraphicElement::style_t style);
NEXTPNR_NAMESPACE_END