Dear Sir.
I'm trying to make a simple SRIO repeater application using 6678EVM.
You know, 6678 has 4 SRIO ports and I want to read/write to different 1x port in my application.
That is, I want send data to lane0 or lane1 separately, and vice versa for recv logic.
I read user guide and found that I should control PLM_SP(n)_PATH_CTL register or CSL_SRIO_SetPLMPortPathControlMode funciton.
At this time, my question is how can I actually direct output port in SRIO LLD level when I use Srio_sockSend or Srio_sockRecv function.
SRIO LLD contains some control functions, but I cannot find any parameter for lane port control.
Regards,
Stellar