aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/gfx.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-12-15 09:21:58 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2019-12-15 09:21:58 +0100
commit436260e47ee89879193fb42614b76ac5a5880f3b (patch)
treed7696c47ed5f9e9695defb6f0a58f3a699c8c5f2 /ecp5/gfx.h
parentfb27f1a031f0517158a07694b0495e239072b6ce (diff)
downloadnextpnr-436260e47ee89879193fb42614b76ac5a5880f3b.tar.gz
nextpnr-436260e47ee89879193fb42614b76ac5a5880f3b.tar.bz2
nextpnr-436260e47ee89879193fb42614b76ac5a5880f3b.zip
move bel creation to gfx.cc
Diffstat (limited to 'ecp5/gfx.h')
-rw-r--r--ecp5/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/gfx.h b/ecp5/gfx.h
index 90bb16a0..210ba56d 100644
--- a/ecp5/gfx.h
+++ b/ecp5/gfx.h
@@ -2161,6 +2161,8 @@ enum GfxTileWireId
};
+void gfxTileBel(std::vector<GraphicElement> &g, int x, int y, int z, int w, int h, IdString bel_type,
+ GraphicElement::style_t style);
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,