aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-22 13:10:27 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-22 13:10:43 +0200
commit7f368282700172925428e45f23b8b61e0bf39f94 (patch)
tree0e5f5695807624f81fab2d70bfe93c4ed959287f /ice40/main.cc
parent0448bed85901454280d56e7de132c3b16da39e6d (diff)
downloadnextpnr-7f368282700172925428e45f23b8b61e0bf39f94.tar.gz
nextpnr-7f368282700172925428e45f23b8b61e0bf39f94.tar.bz2
nextpnr-7f368282700172925428e45f23b8b61e0bf39f94.zip
fixed namespace for gui section
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 067637e8..9e925148 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -38,6 +38,8 @@
#include "timing.h"
#include "version.h"
+USING_NEXTPNR_NAMESPACE
+
void svg_dump_el(const GraphicElement &el)
{
float scale = 10.0, offset = 10.0;