aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch_pybindings.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-10-03 15:00:45 +0100
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commite54aa836a4b56462497e354b3a94472c49312c68 (patch)
tree69d11794598c34d0526cdaa2cfb4fe59418d435b /nexus/arch_pybindings.cc
parent2b13b24cbe8e0a8bfb6e19e54258ccd95a6cee6f (diff)
downloadnextpnr-e54aa836a4b56462497e354b3a94472c49312c68.tar.gz
nextpnr-e54aa836a4b56462497e354b3a94472c49312c68.tar.bz2
nextpnr-e54aa836a4b56462497e354b3a94472c49312c68.zip
nexus: Updates
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'nexus/arch_pybindings.cc')
-rw-r--r--nexus/arch_pybindings.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/nexus/arch_pybindings.cc b/nexus/arch_pybindings.cc
index 17c097a7..8bee7713 100644
--- a/nexus/arch_pybindings.cc
+++ b/nexus/arch_pybindings.cc
@@ -53,10 +53,6 @@ void arch_wrap_python(py::module &m)
typedef std::unordered_map<IdString, HierarchicalCell> HierarchyMap;
typedef std::unordered_map<IdString, IdString> AliasMap;
- auto belpin_cls = py::class_<ContextualWrapper<BelPin>>(m, "BelPin");
- readonly_wrapper<BelPin, decltype(&BelPin::bel), &BelPin::bel, conv_to_str<BelId>>::def_wrap(belpin_cls, "bel");
- readonly_wrapper<BelPin, decltype(&BelPin::pin), &BelPin::pin, conv_to_str<IdString>>::def_wrap(belpin_cls, "pin");
-
typedef UpDownhillPipRange PipRange;
typedef WireBelPinRange BelPinRange;