Devices

Pre-baked PCIe Devices

class bakeneko.devices.PCIeDevice(*, phy: PIPEInterface) → None

A somewhat generic PCIe device.

Parameters:

phy (PIPEInterface) – The PIPE Phy to be used for this device.

elaborate(platform: Platform | None) → Module
Return type:

Module

Todo

Document Me