aboutsummaryrefslogtreecommitdiff
path: root/nmigen_boards/test/blinky.py
AgeCommit message (Collapse)Author
2023-02-03Remove the deprecated `nmigen_boards` namespace.Catherine
2021-12-10Rename nMigen to Amaranth HDL.whitequark
2020-07-13Add RGB LEDs to blinky test.Thomas Daede
2020-01-13blinky: replace deprecated Signal(max=...) (#42)Nicolas Robin
2019-10-09test.blinky: invert LED status when button/switch is active.whitequark
Allows testing buttons/switches as well.
2019-09-23_blinky→test.blinkywhitequark
Expose blinky as a stable component, to make writing out-of-tree board files a bit nicer.