Central1
New Contributor
4 years agoDMA - Controller [Cyclone V, DE1SOC]
Hello, I am trying to perform an FPGA TO HPS and vice versa communication using the following method. (This platform designer design isn't made by me, took it from the cornell website).
So what i want to do is to add a bunch of PIO's and the design in order to have an exported signal to the verilog (top level module).
Should i connect the PIO to the write_master of the DMA, when i want to send data from HPS TO FPGA? (is this way possible? for exporting a signal into the verilog?)
I checked on the intel website how to use the dma for reading/writting, data transfers, burst transfers and it's control registers , interrupts extc.
thank you!