blueoil icon indicating copy to clipboard operation
blueoil copied to clipboard

Support flexible memory configuration for FPGA

Open tk26eng opened this issue 4 years ago • 1 comments

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.

tk26eng avatar Jun 21 '20 21:06 tk26eng

@tk26eng Good issue. Do you have any idea for this?

iizukak avatar Jun 25 '20 04:06 iizukak