Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPIO higher than 32 bits
Hi, I'm trying to interface a NIOS2 with a self-designed VHDL module, a simple one. Until now I was using a 32 bit PIO for transferring data from the VHDL to the NIOS2, but I would like to inc...
Altera_Forum
Honored Contributor
13 years agoHi,
I do not why I thought that reading from a PIO took a lot of time. If it takes only 3 clk cycles I can afford it and use two 32 bit PIOs instead of implementing something more complex such as a DMA & Avalon. Thank you for your help, XB