Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Support flexible memory configuration for FPGA #1108

Open
tk26eng opened this issue Jun 21, 2020 · 1 comment
Open

Support flexible memory configuration for FPGA #1108

tk26eng opened this issue Jun 21, 2020 · 1 comment
Assignees

Comments

@tk26eng
Copy link
Contributor

tk26eng commented Jun 21, 2020

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 tk26eng self-assigned this Jun 21, 2020
@iizukak
Copy link
Member

iizukak commented Jun 25, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants