davidepatti / noxim

Network on Chip Simulator
225 stars 120 forks source link

A question about multicast #63

Closed CLAY2333 closed 6 years ago

CLAY2333 commented 6 years ago

Hi there.. I am a college student from China and I am using noxim to complete my curriculum design. But I don't quite understand how to implement a multicast routing algorithm on noxim. Can you guide me or have a simple example? Thanks in CLAY

davidepatti commented 6 years ago

Hi, we have no examples, but you could simply add a new field in the TPacket type, managing it properly in your own routing code.

CLAY2333 commented 6 years ago

Hi, Thank you for your answer, but I did not find the TPacket field in the source code, I do not know which file it is in. I do not know how to control the target routing table. I hope you can give me some answers, thank you