aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/pybindings.cc
diff options
context:
space:
mode:
authorZipCPU <dgisselq@ieee.org>2018-06-07 07:45:22 -0400
committerZipCPU <dgisselq@ieee.org>2018-06-07 07:45:22 -0400
commit1ed5c641c16bffabe96ffd2ef8499dd3ae740050 (patch)
treee7b9417cb4faf44956859289dd6b9dfb579f96d9 /dummy/pybindings.cc
parentd7bb30cc66f2ba39c77a979b809a6e6bdfcb5097 (diff)
parented0c44891fb510c8181c2ae9332d7a030f0aaaff (diff)
downloadnextpnr-1ed5c641c16bffabe96ffd2ef8499dd3ae740050.tar.gz
nextpnr-1ed5c641c16bffabe96ffd2ef8499dd3ae740050.tar.bz2
nextpnr-1ed5c641c16bffabe96ffd2ef8499dd3ae740050.zip
Merge branch 'master' into gqtech
Diffstat (limited to 'dummy/pybindings.cc')
-rw-r--r--dummy/pybindings.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc
index a19479a0..12e0ca13 100644
--- a/dummy/pybindings.cc
+++ b/dummy/pybindings.cc
@@ -18,10 +18,10 @@
*
*/
-#include "design.h"
#include "chip.h"
+#include "design.h"
+
+// include after design.h/chip.h
#include "pybindings.h"
-void arch_wrap_python() {
- class_<ChipArgs>("ChipArgs");
-}
+void arch_wrap_python() { class_<ChipArgs>("ChipArgs"); }