Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks, BadOmen!
> One thing to keep in mind is that the offset you pass > to the macro is a byte offset and not a word offset > like it is for IORD and IOWR Yes, I found that out while debugging my slave.. I recently added 'address' signal, and also found out that offset gets converted when I use 'DIRECT' macros or(and?) non 32bit slave. I guess using IORD,WR and 32bit slave in pair is the simplest way in my case.