Forum Discussion
Altera_Forum
Honored Contributor
20 years agosound card + uclinux
I am working on a project with a sound card. We are using uclinux. We are developing a VHDL module for the sound card, what is the best way to interface the sound card module with the CPU , is DM...
Altera_Forum
Honored Contributor
20 years agoOk, what type of interface? If it's a standard asynchronous bus, you may be able to connect to it directly using Avalons Tri-state Bridge. Otherwise, you will need to write your own SOPC Component, and support as many or as little features as you like (ie: bursting, pipelining, DMA master etc..).