mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-02 14:29:53 +00:00
python: Adding more bindings
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
@@ -117,10 +117,6 @@ BOOST_PYTHON_MODULE(MODULE_NAME)
|
||||
def("parse_json", parse_json_shim);
|
||||
def("load_design", load_design_shim, return_value_policy<manage_new_object>());
|
||||
|
||||
class_<IdString>("IdString")
|
||||
.def("__str__", &IdString::global_str, return_value_policy<copy_const_reference>())
|
||||
.def(self < self)
|
||||
.def(self == self);
|
||||
arch_wrap_python();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user