You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
Now we have two configurations for buffers between CPU and FPGA.
One is a configuration which use /dev/mem for all buffers (threshold/kernel/input/output).
Another is a configuration which threshold/kernel use /dev/mem and input/output use /dev/udmabuf{0, 1}.
But it is not flexible and hard to change memory assignment by sources because the sources of them is little messy.
We need to provide easy way to change memory assignment and clean up sources around them.
The text was updated successfully, but these errors were encountered:
Now we have two configurations for buffers between CPU and FPGA.
One is a configuration which use
/dev/mem
for all buffers (threshold/kernel/input/output).Another is a configuration which threshold/kernel use
/dev/mem
and input/output use/dev/udmabuf{0, 1}
.But it is not flexible and hard to change memory assignment by sources because the sources of them is little messy.
We need to provide easy way to change memory assignment and clean up sources around them.
The text was updated successfully, but these errors were encountered: