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

Fix addr_offset logic #1091

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Fix addr_offset logic #1091

merged 1 commit into from
Jul 11, 2022

Commits on Jul 11, 2022

  1. Fix addr_offset logic

    Before, due to verilog order of operations addr offsets were incorrectly
    adding before shifting.
    Generated code now places shifted bits into a wire which is then added.
    In the future, this commit could be reversed, depedent on the vast
    library fixing this order of operations bug
    nathanielnrn committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    891d83f View commit details
    Browse the repository at this point in the history