amaranth-boards
amaranth-boards copied to clipboard
Board definitions for Amaranth HDL
Features (✓=tested): - [x] LEDs - [x] `toolchain_program()` - [x] GPIO connectors - [x] UART via FTDI
So I don't know if this is the best way to do this, but my idea was to use "conn" as a general way to refer to the carrier. Alchitry...
Tested with blinky and some small user projects. Schematic attached for x-reference. [alchitry_cu_sch_update.pdf](https://github.com/amaranth-lang/amaranth-boards/files/11861700/alchitry_cu_sch_update.pdf)
First PR! :) Hope you like! Code has been FPGA tested and programmed with blinky example. Please format at your will! Thanks! Mike K [VA3TEC]
Dev board: [https://numato.com/product/elbert-v2-spartan-3a-fpga-development-board/](https://numato.com/product/elbert-v2-spartan-3a-fpga-development-board/). ### Currently tested: * LEDs * 7 Segment display * some switches * P5 connector I am currently testing and verifying other peripherals while developing my project...
# Before Running ```sh python3 -m amaranth_boards.arty_s7 ``` defaults to S7 25. When run against an S7 50 the flashing process succeeds, but the LEDs never turn on. # After...
Hello I opened up a pull request also on `amaranth-lang` for GateMate, I opened it up here because the `gatemate_a1_evb.py` file is present in `amaranth-boards` folder. I used `openFPGALoader` for...