System BUS module

Description

The system bus module allow to route memory requests in a CMP environment based on a bus architecture. The system bus module is compatible with bus snooping.

The system bus module has a dedicated pair of ports to connect from/to the memory: inMEM and outMEM, and some pair of ports to connect from/to some cpus: inCPU[i] and outCPU[i] as shown in Figure below. Those memory an cpu ports may not be connected directly, with some caches inbetwen.

The purpose of the system bus is to forward every message received on one of its input port to every output port but the one corresponding to the incoming input port. If several messages are received in the same cycle, the messages received from the memory have the highest priority, and messages coming from the CPUs follow a round robin policy to avoid starvation.

Module details

Links

Reference Manual

Simulators using this module