Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lambdaconcept/lambdalib
- Owner: lambdaconcept
- Created: 2023-04-11T14:13:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-12T10:43:58.000Z (27 days ago)
- Last Synced: 2024-12-12T11:34:52.902Z (27 days ago)
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- amaranth-awesome - Lambdalib
- amaranth-awesome - Lambdalib
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
```