From d4aac6586cc463bb14195289b510866ebe5e4092 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 15 Apr 2021 10:00:45 +0100 Subject: Add Python bindings for placement tests Signed-off-by: gatecat --- fpga_interchange/arch_pybindings.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fpga_interchange') diff --git a/fpga_interchange/arch_pybindings.cc b/fpga_interchange/arch_pybindings.cc index 4fddad93..68619866 100644 --- a/fpga_interchange/arch_pybindings.cc +++ b/fpga_interchange/arch_pybindings.cc @@ -44,6 +44,11 @@ void arch_wrap_python(py::module &m) .def("place", &Context::place) .def("route", &Context::route); + fn_wrapper_0a_v::def_wrap( + ctx_cls, "remove_site_routing"); + fn_wrapper_1a_v>::def_wrap(ctx_cls, "explain_bel_status"); + typedef std::unordered_map> CellMap; typedef std::unordered_map> NetMap; typedef std::unordered_map AliasMap; -- cgit v1.2.3