index
:
amaranth-boards
main
Board definitions for Amaranth HDL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-04
Add Digilent Atlys Spartan-6 board.
Staf Verhaegen
2019-08-04
[breaking-change] Factor out "sram" resource.
whitequark
2019-08-04
Add missing trailing spaces to multiline connector definitions.
whitequark
2019-08-04
Remove useless _blinky.build_and_program() function.
whitequark
2019-08-03
Remove explicit domain instantiation from blinky.
whitequark
2019-08-03
Update all boards to use default_rst.
whitequark
2019-08-03
Update all boards to use default_clk.
whitequark
2019-08-03
Replace subprocess.run(..., check=True) with subprocess.check_call().
whitequark
2019-07-26
Add support for the iCE40-HX8K Breakout Board
Emily
2019-07-10
dev: Refactor resource abstractions to use Resource.family.
William D. Jones
2019-07-10
dev.spi: Update SPIResources to accept a name and direction.
William D. Jones
2019-07-05
dev.flash: spiflash→spi_flash, spiflash{2x,4x}→spi_flash_{2x,4x}.
whitequark
2019-07-05
versa_ecp5: add missing pin directions.
whitequark
2019-07-03
Factor out SPI resource definition.
Jean-François Nguyen
2019-07-03
dev.uart: fix typo.
whitequark
2019-07-03
kc705: fix openocd command
Sebastien Bourdeauducq
2019-07-03
add KC705
Sebastien Bourdeauducq
2019-07-03
blackice_ii: add missing import
Sebastien Bourdeauducq
2019-06-28
[breaking-change] Factor out "irda" resource.
whitequark
2019-06-28
[breaking-change] Factor out "serial" resource and rename to "uart".
whitequark
2019-06-28
Formatting. NFC.
whitequark
2019-06-25
Add Versa ECP5/ECP5-5G support.
whitequark
2019-06-24
icebreaker: Fix resource numeration to avoid overlapping with PMOD.
Alexander Hude
2019-06-19
mystorm BlackIceII support
Staf Verhaegen
2019-06-19
mystorm BlackIce support
Staf Verhaegen
2019-06-19
Convert DOS line endings.
Staf Verhaegen
2019-06-12
Use the new active-low PinsN platform feature.
whitequark
2019-06-06
Factor out SPI flash resource definition.
whitequark
2019-06-06
Add icebreaker platform.
William D. Jones
2019-06-05
Simplify after changes in nmigen.
whitequark
2019-06-05
Update to track changes in nmigen.
whitequark
2019-06-04
Use vendor's device and package names everywhere, not nextpnr's.
whitequark
2019-06-04
Blink all LEDs at 1 Hz if any board is run as __main__.
whitequark
2019-06-04
Extract from nMigen.
whitequark