You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Professor, I want to implement a fault-tolerant routing algorithm for link failure in NoC, like FADyAD, FoN. But I don't know how to set the link failure rate in Noxim and don't know how to detect these faulty links. Can you give me some advice and methods?
The text was updated successfully, but these errors were encountered:
Hello!For these fault-tolerant routing algorithms such as FoN, it is actually link fault-tolerant routing algorithms. In previous questions, it was mentioned that a faulty network needed a corresponding fault-tolerant routing algorithm. We can skip error detection. We use the flag bit to directly mark the faulty link in the network (the W/E/S/N port of the routing node).This method can be implemented in Noxim with an array or by adding a unit to a class. Then, according to the flag of the node, the routing algorithm judges the fault of the node's W/E/S/N direction and selects the fault-free link route. In this way, these routing algorithms of FoN can be implemented. These are some of the suggestions put forward, and I also hope to discuss them with you.
Dear Professor, I want to implement a fault-tolerant routing algorithm for link failure in NoC, like FADyAD, FoN. But I don't know how to set the link failure rate in Noxim and don't know how to detect these faulty links. Can you give me some advice and methods?
The text was updated successfully, but these errors were encountered: