From 5ff9aafb2010d58c9eda38849f743208785a9214 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 6 Jun 2018 15:13:41 +0200 Subject: Refactor Chip API and iCE40 database Signed-off-by: Clifford Wolf --- common/design.h | 1 + common/pybindings.cc | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'common') diff --git a/common/design.h b/common/design.h index 3e4091c3..4ff28855 100644 --- a/common/design.h +++ b/common/design.h @@ -21,6 +21,7 @@ #define DESIGN_H #include +#include #include #include #include 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(); } -- cgit v1.2.3