Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amaranth-lang/amaranth-boards
base: 306890f88481
Choose a base ref
...
head repository: amaranth-lang/amaranth-boards
compare: abf3230cbacd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2021

  1. Add support for EBAZ4205 'Development' Board

    References:
    
    - https://github.com/fusesoc/blinky/pull/68/files (EBAZ4205 blinky)
    - https://github.com/fusesoc/blinky#ebaz4205-development-board
    - https://github.com/olofk/serv/pull/59/files (EBAZ4205 'serv' support)
    - Existing 'arty_z7.py' example
    
    Usage:
    
    ```
    $ pwd
    nmigen-boards/nmigen_boards
    
    $ pip3 install --editable "."
    
    $ python3 -m nmigen_boards.ebaz4205
    ```
    
    At this point, both the LEDs should start blinking.
    kholia authored and whitequark committed Aug 13, 2021
    Copy the full SHA
    abf3230 View commit details
    Browse the repository at this point in the history