aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/pybindings.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-07 12:59:41 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-07 12:59:41 +0200
commit9ebc879826cfcc43b7ed68cf3514a42cb3625177 (patch)
tree45896ec3c5f87b27324b2ecaf777880833b6fd0a /dummy/pybindings.cc
parent66b36cdd45532f157d3800bd1ed8078fc5a43950 (diff)
parent1ea8fa488127c63e119b07b05ec1c468e820db9c (diff)
downloadnextpnr-9ebc879826cfcc43b7ed68cf3514a42cb3625177.tar.gz
nextpnr-9ebc879826cfcc43b7ed68cf3514a42cb3625177.tar.bz2
nextpnr-9ebc879826cfcc43b7ed68cf3514a42cb3625177.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'dummy/pybindings.cc')
-rw-r--r--dummy/pybindings.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc
index a19479a0..3a586234 100644
--- a/dummy/pybindings.cc
+++ b/dummy/pybindings.cc
@@ -20,6 +20,8 @@
#include "design.h"
#include "chip.h"
+
+// include after design.h/chip.h
#include "pybindings.h"
void arch_wrap_python() {