Lambdalib is a collection of cores, helpers and tools for Amaranth created and maintained by LambdaConcept. It currently supports Amaranth 0.4.
pdm install
pdm install -d # Add development dependencies (eg. pytest)
pdm run python examples/spi_bridge.py
pdm run python examples/i2c_bridge.py
pdm run pytest