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

Boards using it: - [ ] Atlys - [ ] DE0 - [ ] DE0-CV - [ ] Mercury - [ ] Nexys4DDR

improvement

Boards using it: - [ ] Arty Z7 - [ ] Atlys - [ ] Genesys2 - [ ] Supercon19Badge

improvement

https://github.com/nmigen/nmigen-boards/blob/68cbc9a614820914249d34f25cd5cfb2c6f1c584/nmigen_boards/ulx3s.py#L113-L129 After the first 10 diff pairs, someone forgot to finish their copy-paste, and alongside that not all the diff pairs have an associated resource. https://github.com/nmigen/nmigen-boards/blob/68cbc9a614820914249d34f25cd5cfb2c6f1c584/nmigen_boards/ulx3s.py#L101-L106

bug

**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/11_ ---- Boards using it: - [ ] versa_ecp5, versa_ecp5_5g

improvement

Adding a board definition for the [Digilent Spartan3E Starter Board](https://digilent.com/reference/programmable-logic/spartan-3e/start). Basic checks --- - [x] Builds - [x] Programs Verified Peripherals --- - [x] 50MHz Clock - [ ] Aux...

followup of [my comment](https://github.com/amaranth-lang/amaranth-boards/issues/128#issuecomment-1250138554) for #128 typical use (adapted from https://github.com/sporniket/amaranth_sandbox/tree/686b90d42eee8e360d615373728c1ebc0c570ce7/board--colorlight-i9 ) ```python # imports for writing the new platform import os import subprocess from amaranth.build import * from amaranth.vendor.lattice_ecp5...

Tested on crosslink-nx board, blinking all 14 LEDs. Also LEDResource() indexing starts at 0 now for the ecp5_5g board as well (otherwise the led resources are not found).

I'm open to removing, adding, or rewording the limited documentation I've added. I just don't want to leave newcomers in the lurch.

I'm using Amaranth for university classes, where the students have access to DE1-SoC and DE2-115 boards. The board definition for DE1-SoC in `amaranth-boards` is very incomplete, and there is no...

question

Written by adamgrieg with fixes by Catherine and Charlotte, tested by me. More info on board: https://dadamachines.com/product/doppler/ https://github.com/dadamachines/doppler/ This is a fairly obscure board, it's not entirely clear to me...