Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lambdaconcept/lambdalib

Lambdalib is a collection of lib/tools for amaranth-hdl
https://github.com/lambdaconcept/lambdalib

Last synced: 15 days ago
JSON representation

Lambdalib is a collection of lib/tools for amaranth-hdl

Awesome Lists containing this project

README

        

# Lambdalib

Lambdalib is a collection of cores, helpers and tools for [Amaranth](https://github.com/amaranth-lang/amaranth) created and maintained by [LambdaConcept](https://lambdaconcept.com/). It currently supports Amaranth 0.4.

Install
=======

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

Build some examples
===================

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

Run tests
==============

```bash
pdm run pytest
```