Forum Discussion
Altera_Forum
Honored Contributor
13 years agopci_t32 core & DMA
Hi ! I want to design a data aquisition system using pci interface.I have planned to use pci_t32 IP core but I have to use DMA propherty.I know master core supplies dma propherty but I am not sure...
Altera_Forum
Honored Contributor
13 years agoThe PCI card need to complete the DMA transmit, you must use pci_mt32, then some of the signals connected to the pci slot of your top module will be defined as bidirection(inout), use the REQUIRE and the GRANT signals for pci bus access to implement the master DMA operation ...