aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/gfx.h
diff options
context:
space:
mode:
authorSerge Bazanski <serge@bazanski.pl>2018-07-15 21:57:42 +0100
committerSerge Bazanski <serge@bazanski.pl>2018-07-15 21:57:42 +0100
commitf3c6c76fff90d89dd65af2c02124c098dab63892 (patch)
tree48aad4eb072d9972a5a1c298c9fde7922038d74d /ice40/gfx.h
parent91db413c60c965b6b7cc095f53c8d03a1658566e (diff)
parent5531546d6bcf188c27449b6256108c6c722b5b5b (diff)
downloadnextpnr-f3c6c76fff90d89dd65af2c02124c098dab63892.tar.gz
nextpnr-f3c6c76fff90d89dd65af2c02124c098dab63892.tar.bz2
nextpnr-f3c6c76fff90d89dd65af2c02124c098dab63892.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-electric-boogaloo
Diffstat (limited to 'ice40/gfx.h')
-rw-r--r--ice40/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/gfx.h b/ice40/gfx.h
index a65f7683..a1cbd65b 100644
--- a/ice40/gfx.h
+++ b/ice40/gfx.h
@@ -468,6 +468,7 @@ enum GfxTileWireId
};
void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId id, GraphicElement::style_t style);
+void gfxTilePip(std::vector<GraphicElement> &g, int x, int y, GfxTileWireId src, GfxTileWireId dst, GraphicElement::style_t style);
NEXTPNR_NAMESPACE_END