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

run halt modes #61

Merged
merged 2 commits into from
Aug 1, 2023
Merged

run halt modes #61

merged 2 commits into from
Aug 1, 2023

Conversation

perlindgren
Copy link
Owner

Simple implementation using vizia gui eventing. This will tie the update frequency to frame rate, later we might want to decouple free-running simulation into a thread.

@perlindgren
Copy link
Owner Author

Updated the stim_assert example:

cargo run --example probe_stim_assert

Press play or F5 to start free running mode. Simulation will halt on the failing assertion.

Accesses outside of the assertion array just renders an unknown value (not an error). Not sure that is the behavior we want, but can be useful to test like reset and initialization behavior of circuits.

Copy link
Collaborator

@onsdagens onsdagens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@onsdagens onsdagens merged commit 6fe4258 into master Aug 1, 2023
3 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.

2 participants