aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-27 11:45:19 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-27 11:45:19 +0200
commitbafb4702c7176a08e4a9b2088297071a7bed6656 (patch)
treea59132f64cba845f2b65c02441229fa26a00aa9e /common/pybindings.h
parent9bb489936078980e98fc873845b2ca64ddb490fb (diff)
downloadnextpnr-bafb4702c7176a08e4a9b2088297071a7bed6656.tar.gz
nextpnr-bafb4702c7176a08e4a9b2088297071a7bed6656.tar.bz2
nextpnr-bafb4702c7176a08e4a9b2088297071a7bed6656.zip
reinit python tab
Diffstat (limited to 'common/pybindings.h')
-rw-r--r--common/pybindings.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/pybindings.h b/common/pybindings.h
index 1f5ca004..4180c2e9 100644
--- a/common/pybindings.h
+++ b/common/pybindings.h
@@ -100,14 +100,12 @@ template <typename Tn> void python_export_global(const char *name, Tn &x)
}
};
-void init_python(const char *executable);
+void init_python(const char *executable, bool first);
void deinit_python();
void execute_python_file(const char *python_file);
-void arch_appendinittab();
-
NEXTPNR_NAMESPACE_END
#endif /* end of include guard: COMMON_PYBINDINGS_HH */