Forum Discussion
Altera_Forum
Honored Contributor
20 years agoaddress
How can I access "my own component" I/O ports in Nios IDE? What I should write in file "*_regs.h"? How address and offset calculates? eg: //#define IOADDR_PDIUSBD12_DATA(base) __IO...
Altera_Forum
Honored Contributor
20 years agoIf you use NiosII IDE,the hardware address must be assigned in the SOPC Builder.
Then pushing "generate" button can make the file called as "system.h".All device's address of you are listed in it.