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.

关于 multicore navigator传输数据的目的地址的问题



1、 multicore  navigator 是可以实现数据的搬移的,比如 从core0LL2 0X1080 0100 --core1LL2 0X1180 2000,那么在navigator 中肯定有地方指定源地址和目的地地址的,我在看user guide时,看到了host packet descriptor中有 buffer 0 pointer可以指定源地址,但是没有看到在哪里指定目的地地址。RX Flow中register A  可以指定 RX_DEST_QNUM但是没有目的地址。

2、在6678中,可以使用 multicore  navigator 完成数据在 core0  core1.....core7, SRIO之间的传输,但是packet在push进一个TX队列后,它怎么知道传给谁? descriptor 中没有相关的描述。    比如core0 要将数据传给 core3,  core0怎么知道是传给了core3而不是别的core。