Expand description
PCI Express switch port emulation.
This module provides emulation for PCIe switch ports:
UpstreamSwitchPort: Connects a switch to its parent (root port or another switch)DownstreamSwitchPort: Connects a switch to its children (endpoints or other switches)
Both port types implement Type 1 PCI-to-PCI bridge functionality with appropriate PCIe capabilities indicating their port type.
Structsยง
- Downstream
Switch Port - A PCI Express downstream switch port emulator.
- Generic
Pcie Switch - A PCI Express switch emulator that implements a complete switch with upstream and downstream ports.
- Generic
Pcie Switch Definition - A PCI Express switch definition used for creating switch instances.
- Upstream
Switch Port - A PCI Express upstream switch port emulator.