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.

数据流分配机制



各位:

           对于从外部进入到EVM6678的数据流(比如图像数据),在TeraNet上将数据流进行控制、分发给各个内核,有以下几个问题:

          1)在TeraNet上的数据能够使用广播的方式向各个内核同时发送吗?怎么实现?

          2)对于此数据流的相关控制都需要哪几个模块的作用?就是需要看哪些方面的文档?

          3)TeraNet总线能够编程控制吗?资料?

  • Teranet是内部总线switch fabric,不能编程。你说的广播是说将同一份数据copy到多个目的么?如果是的话不能一次实现,需要多次copy。

    数据流的管理跟你使用的接收外设、Navigator等有关。