Hello all,
we are trying to get Xilinx Spartan6 EVM (SP605) to communicate with C6678 EVM (with TMDXEVMPCI) but no luck. so plan B is to try to connect each individually to PC. We successfully connect SP605 to a pc and used a program called "pcitree" on the pc side to communicate with the Xilinx board. We would like to do the same thing between the C6678 EVM and a pc. I tried the pcie example that comes with the MCSDK as a RC and EP, but never passed the "link is up"
/* Wait for link to be up */
pcieWaitLinkUp(handle);
System_printf ("Link is up.\n");
What do I need to get this running and what PC side program should I use to test the connection?
Regards,
Murad