Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe address of your component is CIPHER_0_BASE. To access it, you can either use pointers (if you have a data cache, remember to use alt_remap_uncached() on the pointer address) or the IORD() IOWR() macros.