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

The line that implements HighLife in Life.sv is giving a syntax error due to unbalanced parentheses #4

Open
ajgowans opened this issue Jun 6, 2021 · 0 comments

Comments

@ajgowans
Copy link

ajgowans commented Jun 6, 2021

The line that implements HighLife in Life.sv is giving a syntax error due to unbalanced parentheses.

The correct implementation for HighLife is:

output_pixel <= status[3] ? r2p2 : (neighbor_count | r2p2) == 4'd3 || neighbor_count == 4'd6 & ~r2p2;

Raising on behalf of user here:
https://misterfpga.org/viewtopic.php?p=27345#p27345

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

No branches or pull requests

1 participant