aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-01-13 21:02:11 +0000
committerDavid Shah <dave@ds0.me>2020-11-30 08:45:27 +0000
commitb5d46a0235464dbf27e49f804ef69e7fa434828c (patch)
treef05151baeda4e383653849b4e4eb2ff23bd7f78d /common
parenta280f893d4c7f516372302a03aee5299bbe13d5e (diff)
downloadnextpnr-b5d46a0235464dbf27e49f804ef69e7fa434828c.tar.gz
nextpnr-b5d46a0235464dbf27e49f804ef69e7fa434828c.tar.bz2
nextpnr-b5d46a0235464dbf27e49f804ef69e7fa434828c.zip
nexus: Add Python bindings
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'common')
-rw-r--r--common/arch_pybindings_shared.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/arch_pybindings_shared.h b/common/arch_pybindings_shared.h
index 3f7efcc1..8bb93a80 100644
--- a/common/arch_pybindings_shared.h
+++ b/common/arch_pybindings_shared.h
@@ -103,11 +103,6 @@ fn_wrapper_1a<Context, decltype(&Context::getPipDstWire), &Context::getPipDstWir
fn_wrapper_1a<Context, decltype(&Context::getPipDelay), &Context::getPipDelay, pass_through<DelayInfo>,
conv_from_str<PipId>>::def_wrap(ctx_cls, "getPipDelay");
-fn_wrapper_1a<Context, decltype(&Context::getPackagePinBel), &Context::getPackagePinBel, conv_to_str<BelId>,
- pass_through<std::string>>::def_wrap(ctx_cls, "getPackagePinBel");
-fn_wrapper_1a<Context, decltype(&Context::getBelPackagePin), &Context::getBelPackagePin, pass_through<std::string>,
- conv_from_str<BelId>>::def_wrap(ctx_cls, "getBelPackagePin");
-
fn_wrapper_0a<Context, decltype(&Context::getChipName), &Context::getChipName, pass_through<std::string>>::def_wrap(
ctx_cls, "getChipName");
fn_wrapper_0a<Context, decltype(&Context::archId), &Context::archId, conv_to_str<IdString>>::def_wrap(ctx_cls,