amaranth-boards icon indicating copy to clipboard operation
amaranth-boards copied to clipboard

Board definitions for Amaranth HDL

Results 57 amaranth-boards issues
Sort by recently updated
recently updated
newest added

I just got a Cmod A7 35 today to play around with. So, here ya go!

Based on the pin constraints file by Sylvain Munaut @smunaut: https://github.com/badgeteam/mch2022-firmware-ice40/blob/master/projects/_common/data/mch2022-proto4.pcf

Add initial platform file for Colorlight 5A-75B V8.0 boards. Builds and runs Blinky, otherwise unverified.

resources.interface: Added support for clock-specific attributes to the ULPIResource, including setting up an automatic clock speed constraint for input clocks

**Issue by [whitequark](https://github.com/whitequark)** _Friday Jun 28, 2019 at 03:47 GMT_ _Originally opened as https://github.com/m-labs/nmigen-boards/issues/10_ ---- Boards using it: - [ ] Atlys - [ ] ECPIX5 - [ ] Genesys2...

improvement

hey there, this PR adds the linked icesugar_pro platform file, based on #197 with some additions, and pins `markupsafe` to `2.0.1` as a temporary fix to avoid https://github.com/pallets/markupsafe/issues/282 (so `python...

Preparation for PR #148

All tests terminate with this error: ``` ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/home/runner/work/amaranth-boards/amaranth-boards/.eggs/MarkupSafe-2.1.1-py3.10-linux-x86_64.egg/markupsafe/__init__.py) ```

This is a new board from QMTech. Blink-Tested.

Add a minimal board config for the ZedBoard. TODO: * Add support for pushbuttons. * Add support for PMOD connectors. * Add support for FMC connector. * Add support for...