noxim icon indicating copy to clipboard operation
noxim copied to clipboard

How experiments NoC fault-tolerant routing algorithm in the Noxim?

Open Seeker-jeff opened this issue 5 years ago • 4 comments

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?

Seeker-jeff avatar Jan 25 '19 07:01 Seeker-jeff

I also care about this issue! Hope you can find a solution for it!

van-namdinh avatar Mar 06 '19 02:03 van-namdinh

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.

Seeker-jeff avatar Apr 13 '19 02:04 Seeker-jeff

irect

Dear Seeker-jeff. Could you explain and discuss more about the implementation of FoN? Thanks!

van-namdinh avatar Nov 15 '19 09:11 van-namdinh

I am also looking for a solution to deactivate a link or a node in Noxim

ishakhari avatar Oct 02 '20 07:10 ishakhari