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

Simplify and correct array slice assignment #4069

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

daglem
Copy link
Contributor

@daglem daglem commented Dec 12, 2023

Simplify and correct AST for array slice assignment

Corrects sign extension of the right hand side, and hopefully
makes the code simpler to understand.

Fixes #4064

@daglem daglem changed the title Simplify array slice assignment Simplify and correct array slice assignment Dec 13, 2023
Corrects sign extension of the right hand side, and hopefully
makes the code simpler to understand.

Fixes YosysHQ#4064
@daglem daglem force-pushed the simplify-array-slice-assignment branch from 3449fbb to e0566ea Compare January 10, 2024 20:15
@daglem daglem marked this pull request as ready for review January 10, 2024 20:19
@daglem daglem requested a review from zachjs as a code owner January 10, 2024 20:19
@povik
Copy link
Member

povik commented Jan 11, 2024

and hopefully makes the code simpler to understand.

Much better now. Thanks!

@povik povik merged commit eeadbb5 into YosysHQ:master Jan 11, 2024
16 checks passed
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.

Frontend/AST: signed assign to indexed part-select
2 participants