Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fomu PVT support #47

Merged
merged 2 commits into from Feb 3, 2020
Merged

Add Fomu PVT support #47

merged 2 commits into from Feb 3, 2020

Conversation

jeanthom
Copy link

@jeanthom jeanthom commented Feb 3, 2020

Hi!

I added Fomu PVT board file. I'm not sure if the naming of the touch pads is appropriate though (I used the same names as the ones in the schematic).

),

Resource("touch", 0,
Subsignal("TOUCH_1", Pins("E4")),
Copy link
Member

Choose a reason for hiding this comment

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

An appropriate way to expose these pins would be to have:

Resource("touch", 0, Pins("E4")),

and so on.

Copy link
Author

Choose a reason for hiding this comment

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

Should be fixed by 27b33ed.

@whitequark whitequark merged commit 9117a6a into amaranth-lang:master Feb 3, 2020
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.

None yet

2 participants