Altera_Forum
Honored Contributor
11 years agoAccessing specific memory in DMA
I am trying to interface fpga and yocto in DE2i-150 board using device driver. From software side I am using DMA for memory allocation. I have 3 input data. Two of them are 416 bit long and one is 32 bit long. I am writing 416 bit long data first to memory using pci_dma_read .I want to read this data in my verilog file which is running in hardware side. How can I access this specific memory for this data in verilog file where I have a read input of 32 bits?