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

gateware: do not use Pin as a value #219

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Conversation

mndza
Copy link
Contributor

@mndza mndza commented Sep 5, 2023

The recent implementation of RFC-2 in Amaranth HDL caused some problems within LUNA: the code contains many instances of Pin used as a value.

This PR tries to fix all of them by referencing the internal signals instead (.o, .i, etc.).

@miek
Copy link
Member

miek commented Sep 5, 2023

Could you rebase on main now that #218 is merged and the tests should pass?

@martinling
Copy link
Member

This needed rebasing again, I've done this in bfae4b9.

Pin.eq() shall be avoided. Use internal signals instead.
@miek miek merged commit 3e37c59 into greatscottgadgets:main Sep 28, 2023
1 of 2 checks passed
@miek
Copy link
Member

miek commented Sep 28, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants