Navigation Menu

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

resources.display: Apply inversion setting to dp #51

Merged
merged 1 commit into from Mar 14, 2020

Conversation

sjolsen
Copy link
Contributor

@sjolsen sjolsen commented Mar 14, 2020

No description provided.

@whitequark whitequark merged commit c330044 into amaranth-lang:master Mar 14, 2020
@whitequark
Copy link
Member

Thanks!

@sjolsen sjolsen deleted the dp-invert branch March 15, 2020 10:25
rroohhh pushed a commit to rroohhh/nmigen-boards that referenced this pull request Aug 4, 2020
Otherwise the following code fails to compile:

    index = Signal(1)
    array = Array(range(2))
    with m.If(0 == array[index]):
        m.d.sync += index.eq(0)

Fixes amaranth-lang#51.
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