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

Board and connector definition files for nMigen

Results 7 nmigen-boards issues
Sort by recently updated
recently updated
newest added

I have tried to use the following example code: ```python from nmigen import * from nmigen_boards.de10_lite import * from nmigen.build import * from nmigen.vendor.intel import * from nmigen_boards.upduino_v2 import *...

This PR adds support for the [iCESugar](https://github.com/wuxx/icesugar) development board. This file matches the v1.5 schematic, I haven't checked if previous versions were wired differently. Tested: * RGB LED * UART...

According to Section 6.1.2 of an [official ECP5 manual](http://www.latticesemi.com/view_document?document_id=50462), only the on-chip oscillator MCLK is available as the SPI clock when in Master SPI mode by default. To use any...

Added ECP5 EVN board and changed blinky.py to also work with start index = 1

Boards using it: - [ ] versa_ecp5, versa_ecp5_5g

improvement

Boards using it: - [ ] versa_ecp5, versa_ecp5_5g

improvement

Boards using it: - [ ] versa_ecp5, versa_ecp5_5g

improvement