Which folder contains the source code for Nios II built in function
Hi,
In the bsp generated using Nios II, there is one file <bsp folder>/HAL/inc/io.h. You may easily find this in the hello world design.
In line below,
#define IORD(BASE, REGNUM) \
__builtin_ldwio (__IO_CALC_ADDRESS_NATIVE ((BASE), (REGNUM)))
the IORD is defined as __builtin_ldwio function. I found the list of the built in function available in
Can you point me to the file that define the function of __builtin_ldwio?
Thanks
Hi Chris,
Sorry about the bad news. Unfortunately after consulting the engineering team, we are unable to provide the definition on how to use the built in function and the source code as it is private and confidential. However, do feel free to use the macros which is the IORD or IOWR that calls the built in function.
I will set your case to close-pending if I do not hear from you the next few days. Thank you.
Regards,
Kelly