1、6678中SRIO通信时,接收端如何获得发送端srcID? 通过读取哪个寄存器?如果使用CSL API开发包通过哪个函数获得?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
1、6678中SRIO通信时,接收端如何获得发送端srcID? 通过读取哪个寄存器?如果使用CSL API开发包通过哪个函数获得?
你好,不是接收端自身的srcID,即发送端将要发送至destID,而是接收端如何获取发送端自身srcID,例如:三台带有SRIO接口的设备A、B、C通过交换设备互联,在不通过Doorbell消息识别的情况下,设备C如何知道数据是设备A发送的还是设备B发送的Shine Zhang 说:srcID 0 是继承 Base Device Id ,srcID1~15 的��容是继承 TLM 的Base Routing Register: TLM_SP(n)_BRR_x_PATTERN_MATCH寄存器。