Forum Discussion
Altera_Forum
Honored Contributor
15 years agoQuestion about PCIe speed
I have been working on the chaining DMA example project for PCIe provided by Altera. I am a bit confused about what performance I should expect though. When sending 16.384 GBytes of data f...
Altera_Forum
Honored Contributor
14 years agoOK I think I finally got it.
As the documentation clearly says, there are two descriptor tables, not one. I got confused because the driver I was basing my work on was creating only one descriptor table in RC memory, and using it for both DMA reads and DMA writes, I didn't realize I could just instantiate a second one.