Altera_Forum
Honored Contributor
8 years agoHow can I read the output register of a IP in C ?
Hi,
I want to read data from output register of a custom designed IP (added with qsys), to be used on the C code compiled into the board. I was assuming that I perhaps could use pointers to access memory address, and fetch data directly. But is this true? Is there instead a function that does this the other way? Sorry to ask a question that may sound silly. I'm new to programming on Quartus & embedded. Thank you for your time.