aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-24 12:58:07 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-24 12:58:07 +0200
commit73877219403a2646f5504867d5b1ccc4cefda4c8 (patch)
tree9748bd4f8b680e5533b10ea7783acfa6470298b1 /ice40
parent35a6bc496eb28f26c42e25a5e746987329e96f3e (diff)
parentc06bca07134b8b52733b025d19fd26910cd9a4e3 (diff)
downloadnextpnr-73877219403a2646f5504867d5b1ccc4cefda4c8.tar.gz
nextpnr-73877219403a2646f5504867d5b1ccc4cefda4c8.tar.bz2
nextpnr-73877219403a2646f5504867d5b1ccc4cefda4c8.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'ice40')
-rw-r--r--ice40/gfx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/gfx.cc b/ice40/gfx.cc
index f6ed789f..1b01cbd8 100644
--- a/ice40/gfx.cc
+++ b/ice40/gfx.cc
@@ -647,7 +647,7 @@ void pipGfx(std::vector<GraphicElement> &g, int x, int y, float x1, float y1, fl
float ty = 0.5 * (y1 + y2);
GraphicElement el;
- el.type = GraphicElement::G_LINE;
+ el.type = GraphicElement::G_ARROW;
el.style = style;
if (fabsf(x1 - swx1) < 0.001 && fabsf(x2 - swx1) < 0.001) {