Skip to content

basys3: Implement Basys3Platform#147

Open
chivay wants to merge 3 commits into
amaranth-lang:mainfrom
chivay:basys3
Open

basys3: Implement Basys3Platform#147
chivay wants to merge 3 commits into
amaranth-lang:mainfrom
chivay:basys3

Conversation

@chivay
Copy link
Copy Markdown

@chivay chivay commented Mar 14, 2021

Hi,
this patch adds support for Digilent Basys 3.

Tested locally with Blinky.

Comment thread nmigen_boards/basys3.py Outdated
@chivay chivay requested a review from whitequark March 15, 2021 23:15
Comment thread nmigen_boards/basys3.py Outdated
default_clk = "clk100"

_basys_iostandard = "LVCMOS33"
_default_attrs = Attrs(IOSTANDARD=_basys_iostandard)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please inline these. They do not change once correct because the board is fixed, so factoring them out is not useful, and it is easier to read the code where the attributes are present where they are used.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@chivay chivay requested a review from whitequark March 16, 2021 00:31
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