Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMA controller #151

Open
jbush001 opened this issue Mar 4, 2018 · 0 comments
Open

DMA controller #151

jbush001 opened this issue Mar 4, 2018 · 0 comments

Comments

@jbush001
Copy link
Owner

jbush001 commented Mar 4, 2018

Currently the VGA controller has a bus master to read video data. The interconnect only has two ports (one for the processor and one for VGA), which precludes adding other peripherals that support bus mastering/DMA. Move code from VGA into a common DMA controller with multiple channels and have VGA use that. Use remaining channels for other peripherals.

(this is not part of the Nyuzi core proper and is an FPGA test harness improvement)

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

No branches or pull requests

1 participant