Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe easiest is to create your own .h and .c files for your custom component and include it in your project folder. In those files include system.h so that you can pull your component parameters (address, interrupt id, etc.). Also include io.h so that you can use the IORD and IOWR functions. That way you can write/read directly to your component's registers.