I want to try a simple scenario of NoC where there are one source node and 3 destination nodes. How can I model the scenario packet transfer from the single node to the 3 nodes with different probabilities? Please help me with this..
I am not sure which Simulator you are using. As per your's requirement, I will suggest you try to find out the file that deals with traffic generation code and modify it according to your needs. Create a random function that will select a node from these 3 nodes for the user defined probability.