Skip to content

Split Arty S7 25 and 50 mains. - #244

Open
calder wants to merge 1 commit into
amaranth-lang:mainfrom
calder:main
Open

Split Arty S7 25 and 50 mains.#244
calder wants to merge 1 commit into
amaranth-lang:mainfrom
calder:main

Conversation

@calder

@calder calder commented Apr 25, 2024

Copy link
Copy Markdown

Before

Running

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

The user has to explicitly specify an S7 version with:

python3 -m amaranth_boards.arty_s7_25

or

python3 -m amaranth_boards.arty_s7_50

Both ArtyS7_25Platform and ArtyS7_50Platform are still available for import from amaranth_boards.arty_s7.

@wanda-phi

Copy link
Copy Markdown
Member

The general approach taken in amaranth-boards is to make the exact platform variant a command-line argument to main instead — see machxo3_sk.py for an example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants