Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAvalon read\write
Hi, I am supposed to make my own custom component which will do 256-bit and operation. I want to write a VHDL code which will read data in parts as Nios II is 32-bit. Kindly suggest how to ...
Altera_Forum
Honored Contributor
16 years agoI would create an Avalon with a 32 bit interface and 3 address bits.
Using the 3 address bits, you can select the correct part of your 256 bit vector.