Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI tried to make the function call to ddr_w_rtl use only a uint instead of a uint* to bypass the compiler checks, but the XML file prevent me from doing such. Indeed, the first parameter of my function is described as :
<MEM_INPUT port="pin" access="readwrite"/> So my function prototype should provide a pointer.