From b18ea204c2cd88a5fad8989f4597cfa3a8152ca1 Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 15 Oct 2020 09:36:15 +0100 Subject: Remove wire alias API It has not actually been implemented in any router for over 2.5 years and causes nothing more than confusion. It can always be added back if it forms part of a future solution; possibly as part of a more general database structure rethink. Signed-off-by: David Shah --- generic/arch_pybindings.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'generic/arch_pybindings.cc') diff --git a/generic/arch_pybindings.cc b/generic/arch_pybindings.cc index c00686dd..7f7229fd 100644 --- a/generic/arch_pybindings.cc +++ b/generic/arch_pybindings.cc @@ -120,8 +120,6 @@ void arch_wrap_python(py::module &m) "getPipsDownhill"); fn_wrapper_1a &>, conv_from_str>::def_wrap(ctx_cls, "getPipsUphill"); - fn_wrapper_1a &>, conv_from_str>::def_wrap(ctx_cls, "getWireAliases"); fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "getPipSrcWire"); @@ -162,10 +160,6 @@ void arch_wrap_python(py::module &m) conv_from_str, conv_from_str, conv_from_str, pass_through, pass_through>::def_wrap(ctx_cls, "addPip", "name"_a, "type"_a, "srcWire"_a, "dstWire"_a, "delay"_a, "loc"_a); - fn_wrapper_5a_v, - conv_from_str, conv_from_str, conv_from_str, - pass_through>::def_wrap(ctx_cls, "addAlias", "name"_a, "type"_a, "srcWire"_a, - "dstWire"_a, "delay"_a); fn_wrapper_4a_v, conv_from_str, pass_through, pass_through>::def_wrap(ctx_cls, "addBel", @@ -240,4 +234,4 @@ void arch_wrap_python(py::module &m) NEXTPNR_NAMESPACE_END -#endif \ No newline at end of file +#endif -- cgit v1.2.3