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

Avalon MM Burst Read/Writes #58

Open
gbowers4 opened this issue Mar 15, 2023 · 1 comment
Open

Avalon MM Burst Read/Writes #58

gbowers4 opened this issue Mar 15, 2023 · 1 comment

Comments

@gbowers4
Copy link

There is a current issue & PR raised relating to Avalon MM burst read/writes - #44.

After implementing these changes the Avalon Memory Model presents a scheduler error - "Write to object {} was scheduled during a read-only sync phase.", similar to that in #8.

The issue is with 337 async def _waitrequest(self): both lines 344 and 349 can cause the above error.

It can be fixed similarly by adding await ReadWrite().

@gbowers4
Copy link
Author

However - does this present a fundamental error with assigning values? It is my understanding that scheduler phases should only be a concern when using setimmediatevalue(), otherwise the scheduler should store values and set them at the end of a time step?

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

No branches or pull requests

1 participant