aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_pybindings.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-24 16:09:29 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-24 16:09:29 +0200
commit974ca143e80ac48b0e87054001a48b0d6597c6fa (patch)
tree98a3526f58a194862351324c8a1b1914e46df0db /ice40/arch_pybindings.cc
parent5a170f286c2868375d93477ad3bd08ccc30a15a1 (diff)
downloadnextpnr-974ca143e80ac48b0e87054001a48b0d6597c6fa.tar.gz
nextpnr-974ca143e80ac48b0e87054001a48b0d6597c6fa.tar.bz2
nextpnr-974ca143e80ac48b0e87054001a48b0d6597c6fa.zip
Remove implementations of deprecated APIs
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/arch_pybindings.cc')
-rw-r--r--ice40/arch_pybindings.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ice40/arch_pybindings.cc b/ice40/arch_pybindings.cc
index 246d0f57..98164e87 100644
--- a/ice40/arch_pybindings.cc
+++ b/ice40/arch_pybindings.cc
@@ -79,8 +79,6 @@ void arch_wrap_python()
conv_to_str<IdString>, conv_from_str<BelId>>::def_wrap(ctx_cls, "getConflictingBelCell");
fn_wrapper_0a<Context, decltype(&Context::getBels), &Context::getBels, wrap_context<BelRange>>::def_wrap(ctx_cls,
"getBels");
- fn_wrapper_1a<Context, decltype(&Context::getBelsAtSameTile), &Context::getBelsAtSameTile, wrap_context<BelRange>,
- conv_from_str<BelId>>::def_wrap(ctx_cls, "getBelsAtSameTile");
fn_wrapper_2a<Context, decltype(&Context::getBelPinWire), &Context::getBelPinWire, conv_to_str<WireId>,
conv_from_str<BelId>, conv_from_str<PortPin>>::def_wrap(ctx_cls, "getBelPinWire");