Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Models

Models are the constructed from components and resources and run by the gwr_engine.

The gwr_models library provides a collection of connectable models to be used when building larger models and simulations. The following is a brief and not exhaustive list of the models provided.

Frames

Many systems are based on frames (packets) of different forms.

Memory Access

Memory traffic is represented with MemoryAccess, which carries routing, access type, payload size, and protocol overhead.

Ethernet Frame

The EthernetFrame represents a frame that looks like the one defined in the standards.

Flow Controlled Pipeline

A flow controlled pipeline represents a low-level hardware component which can be used to moved data in a system. It comprises a buffer that will hold data received from the sender and a credit-based mechanism for ensuring the buffer doesn’t overflow.

Interfaces: rx: input port, tx: output port

The EthernetLink is effectively a bi-directional set of connections that have similar properties to a connection over an Ethernet link.

Interfaces: rx_a, rx_b : input ports, tx_a, tx_b: output ports

Memory

A model of a memory to handle read/write accesses.

Interfaces: rx: input port, tx: output port

Cache

A basic model of a n-way set associative cache.

Interfaces:

Ring Node

A model of a node that can sit in a ring communication topology.

Interfaces:

Fabric

A model of a two-dimensional interconnect fabric. It is provided in both functional and routed implementations that provide the same interfaces but trade off model accuracy vs run-time performance.

**Interfaces:**gwr-