Altera_Forum
Honored Contributor
16 years agoCan Nios Read 128-bit-wide data?
I'm trying to add a new module.Gernerally saied , it is a RAM , 128-bit-wide( that means 1 Word = 128 Bit), 512Word.
I also add a NIOS II Processor, and try to read a Word from th RAM in software. As far as I know , we usually use NIOS to read 32-bit-wide data, or less , for example , IORD( XX_BASE , 0) , for NIOS Processor is 32-bit-wide. Can NIOS read 128-bit-wide data when it accesses the RAM?How can I write the software to do that? Thank you!