Reply by Paul Burke November 12, 20072007-11-12
jeanronald wrote:
> I don't understand the link between my hdl ip and the C code, How can I > access a port declared using vhdl using c code. >
Read the VHDL to find the address of the port. Declare a pointer to the port. Initialise it to the port address.
Reply by jeanronald November 11, 20072007-11-11
I don't understand the link between my hdl ip and the C code, How can I
access a port declared using vhdl using c code.