Skip to content

Commit f94b164

Browse files
committed
chore: update Python binding
1 parent d7de42a commit f94b164

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyudmaio/src/PythonBinding.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ PYBIND11_MODULE(binding, m) {
8686
py::class_<udmaio::DmaBufferAbstract, std::shared_ptr<udmaio::DmaBufferAbstract>>(
8787
m,
8888
"DmaBufferAbstract")
89-
.def("get_phys_addr", &udmaio::DmaBufferAbstract::get_phys_addr)
90-
.def("get_phys_size", &udmaio::DmaBufferAbstract::get_phys_size);
89+
.def("get_phys_region", &udmaio::DmaBufferAbstract::get_phys_region);
9190

9291
#if 0 // FIXME
9392
py::class_<udmaio::FpgaMemBufferOverAxi,

0 commit comments

Comments
 (0)