Skip to content

Commit

Permalink
chore: update Python binding
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav1 committed Apr 11, 2024
1 parent d7de42a commit f94b164
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyudmaio/src/PythonBinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ PYBIND11_MODULE(binding, m) {
py::class_<udmaio::DmaBufferAbstract, std::shared_ptr<udmaio::DmaBufferAbstract>>(
m,
"DmaBufferAbstract")
.def("get_phys_addr", &udmaio::DmaBufferAbstract::get_phys_addr)
.def("get_phys_size", &udmaio::DmaBufferAbstract::get_phys_size);
.def("get_phys_region", &udmaio::DmaBufferAbstract::get_phys_region);

#if 0 // FIXME
py::class_<udmaio::FpgaMemBufferOverAxi,
Expand Down

0 comments on commit f94b164

Please sign in to comment.