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 increase the words size from 32 bits to 64 bits. As far as I read, PIOs deal up to 32 bit words. What I'm thinking is to split the word in two parts and then use 2 PIOS, but this is a kind of a silly solution because it will increase significantly the time to read the 64 bit-word from the VHDL module and this is a high-throughput process. Is there anyway to overcome this problem? Any suggestions? Shall I consider using an Avalon buffer? I would like to avoid that because it sounds complicated and the design is really simple... Thank you very much in advance, XB :rolleyes: