This project focuses on the development and customization of FPGA gateware for LimeSDR boards using the LiteX framework.
- master - most recent stable and tested work
More details can be found in:
Local documentation can be build (Sphinx documentation generator required):
cd docs/
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
make html