Forum Discussion
3 Replies
- SengKok_L_Intel
Regular Contributor
Hi,
Probably you can refer to the user guide below, table 50 for the register map of MDIO.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_embedded_ip.pdf
Besides, you can use the IORD or IOWR IO macro to configure those register. Please refer to the handbook below:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii5v2.pdf
Regards -SK
- Matt1
Occasional Contributor
hello Lim,
Thanks for the support.
I am a bit confused with the registers address especially offset registers address;0x20 and 0x21.
should I need to use the offset Register address or the byte address?
- SengKok_L_Intel
Regular Contributor
If you use the IORD or IOWR macro, you can use the offset registers address.
Regards -SK