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 address generation for writes + generalize to arbitrary-dimension arrays #25

Open
Tracked by #16
ethanuppal opened this issue Aug 9, 2024 · 0 comments · May be fixed by #27
Open
Tracked by #16

Fix address generation for writes + generalize to arbitrary-dimension arrays #25

ethanuppal opened this issue Aug 9, 2024 · 0 comments · May be fixed by #27
Assignees
Labels
bug Something isn't working enhancement New feature or request roadblock Must be completed first

Comments

@ethanuppal
Copy link
Owner

This issue is notes for me to execute next. The current state of #24 has address generation unequivocally shift back the program, which is invalid for writing memory (as the address must be available at the exact same time as the write happens). To fix this, we can provide a general algorithm that

  • Creates a new thread for each access location
  • Performs a time travel, cascading up the tree
  • Schedules these threads together in the address generator

(You've already worked this out; see Slack)

(Of course, this needs to be made more efficient in area)

@ethanuppal ethanuppal added bug Something isn't working enhancement New feature or request roadblock Must be completed first labels Aug 9, 2024
@ethanuppal ethanuppal added this to the Language Usability milestone Aug 9, 2024
@ethanuppal ethanuppal self-assigned this Aug 9, 2024
@ethanuppal ethanuppal added this to pulsar Aug 9, 2024
@ethanuppal ethanuppal moved this to Todo in pulsar Aug 9, 2024
@ethanuppal ethanuppal linked a pull request Oct 20, 2024 that will close this issue
@ethanuppal ethanuppal linked a pull request Oct 20, 2024 that will close this issue
@ethanuppal ethanuppal moved this from Todo to In Progress in pulsar Oct 20, 2024
This was referenced Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request roadblock Must be completed first
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant