aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-06 15:13:41 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-06 15:13:41 +0200
commit5ff9aafb2010d58c9eda38849f743208785a9214 (patch)
tree6ce1011091ee4abf0058e04573773e072efdd7a9 /common/pybindings.cc
parentd3f19cc27ea4634a64821688e9adec6046f4d7de (diff)
downloadnextpnr-5ff9aafb2010d58c9eda38849f743208785a9214.tar.gz
nextpnr-5ff9aafb2010d58c9eda38849f743208785a9214.tar.bz2
nextpnr-5ff9aafb2010d58c9eda38849f743208785a9214.zip
Refactor Chip API and iCE40 database
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'common/pybindings.cc')
-rw-r--r--common/pybindings.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/pybindings.cc b/common/pybindings.cc
index 4986c549..556e838e 100644
--- a/common/pybindings.cc
+++ b/common/pybindings.cc
@@ -36,11 +36,6 @@
void arch_wrap_python();
BOOST_PYTHON_MODULE (MODULE_NAME) {
- // From Chip.h
- WRAP_RANGE(Bel);
- WRAP_RANGE(WireDelay);
- WRAP_RANGE(BelPin);
-
arch_wrap_python();
}