diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-07-15 20:29:32 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-07-15 20:29:32 +0200 |
commit | 164bd28348aaeaf77317a815d7641881b44d0a0d (patch) | |
tree | 80855e38c4bda126d79ec9700d1cd6e5d7338258 /ice40/gfx.h | |
parent | ecc4c3fa7bdf1726377cd5cf2199b3cabd233427 (diff) | |
download | nextpnr-164bd28348aaeaf77317a815d7641881b44d0a0d.tar.gz nextpnr-164bd28348aaeaf77317a815d7641881b44d0a0d.tar.bz2 nextpnr-164bd28348aaeaf77317a815d7641881b44d0a0d.zip |
Add iCE40 Pip gfx
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/gfx.h')
-rw-r--r-- | ice40/gfx.h | 1 |
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 |