resources

Explore our library of learning resources

Blogs

Presentations

Podcasts

Tech Threads: Weaving the Intelligent Future

This podcast hosted by Baya Systems explores the cutting edge of technology, from AI acceleration to data movement and chiplet innovation. Each episode dives into groundbreaking advancements shaping the future of computing, featuring insights from industry experts on the trends and challenges defining the tech landscape.

Tune in to stay ahead in the rapidly evolving world of technology.

Glossary

TermDefinition
BackpressureA condition where a channel is unable to accept new data, usually because its buffer is full.
BridgeA module that connects a host to the network.
ChannelA set of wires that carry a particular type of data.
Channel Dependency GraphA directed graph of all the dependencies in the network. A network is said to be deadlock free if its CDG is acyclic.
Clock DomainA set of components that share the same clock source.
ComponentA module that is part of the NoC. Usually a router or bridge, but sometimes an in-link module.
CSRConfiguration and Status Register
DeadlockA condition where backpressure has propagated in a cycle, becoming self-sustaining.
Domain CrosserA module that adapts between two clock domains.
FlitA unit of data that is sent through the network. Short for “Flow Control Unit.”
FlowThe unit of mapping of traffic to the network. A flow is the set of all possible flits that are sent from one source to one destination.
HopOne or more links that form a connection between a router/bridge and another router/bridge.
HostA module that connects to the network through a bridge.
InterfaceA set of channels that are used together to send and receive data.
LinkA connection between two instances within a NoC or between an instance in that NoC and the NoC's boundary.
NoCNetwork-on-Chip. A router-based packet switching network between SoC modules.
PacketA set of flits that are sent together from one source to one destination. Packets are required to be transmitted non-interleaved and will be delivered non-interleaved.
SoCSystem-on-Chip. A chip that integrates an entire system onto it.
RouterA module that routes flits from input ports to output ports.
TransportThe functionality provided by the routers within a NoC: getting packets from one place to another.
Virtual ChannelA logical channel that allows a single physical channel to have independent backpressure for different packets.
VPSVirtualized Packet Streaming, a transport protocol
Scroll to Top