Implementing a NoMC on the Gidel Platform

Implementing a parallel processing system which contains several NoCs, each chip contatining several subnetworks The connectivity between processors is maintained using an MPI router designed in a previous project.

—In order to increase performance and computation capabilities parallel processing can be used – in which several processes performs computations in parallel.

—NoC – “Network on Chip”, is a communication model between components on the same chip.

—MPI – “Message Passing Interface” is a software communication protocol.