Altera_Forum
Honored Contributor
15 years agotransfer from nios to 64-bit component
Hello,
I am currently working on my own slave component. I've written and tested the 32-bit input version and it worked well. Now I have 64-bit input version. I know that nios cpu handles 32-bit only but I have to transfer 64-bit vector somehow... I read a lot about memory maped slave intefaces, esspecially mm bus specification and I found out that I have to use the byteenable signal. I'd like to send 64-bit in two parts 0-31 and 63-32 I know it corresponds to offset 0x0 and 0x04. What should be the value of byteenable signal in such operation? Altera gives only a table of Byte Enable Usage for 32-bit Slave... Thanks in advance for any help!