Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 517 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 517 Bytes

Lambdalib

Lambdalib is a collection of cores, helpers and tools for Amaranth created and maintained by LambdaConcept. It currently supports Amaranth 0.4.

Install

pdm install
pdm install -d # Add development dependencies (eg. pytest)

Build some examples

pdm run python examples/spi_bridge.py
pdm run python examples/i2c_bridge.py

Run tests

pdm run pytest