Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCreating Memory device for Nios II processor
Hello, I want to transfer data from my custom component to the processor. Ideally it would be possible to access the data using pointer. Normally I would have to use IORD and IOWR macros to cir...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- IIRC the nios cpu itself doesn't do burst transfers (except optionally for cache line transfers) so you don't need to support them. --- Quote End --- Afaik it does if You enable them. It also creates a bunch of burst adapters then.