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

Basic emulator core thread operation #344

Merged
merged 16 commits into from
Feb 16, 2024
Merged

Conversation

brooksmckinley
Copy link
Contributor

No description provided.

Base automatically changed from async-emulator-core to swim-v2 February 2, 2024 23:37
@@ -476,7 +490,7 @@ fn app(props: &AppProps) -> Html {
</div>

// Right column
<Regview gp={datapath.borrow().registers} fp={datapath.borrow().coprocessor.fpr}/>
<Regview gp={datapath_state.mips.registers} fp={datapath.borrow().coprocessor.fpr}/>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

😎

@brooksmckinley brooksmckinley marked this pull request as ready for review February 9, 2024 02:34
@brooksmckinley brooksmckinley changed the title Improved datapath trait (requesting feedback on interface) Basic emulator core thread operation Feb 9, 2024
Copy link
Contributor

@cayb0rg cayb0rg left a comment

Choose a reason for hiding this comment

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

🔥🔥🔥

@brooksmckinley brooksmckinley merged commit 0c78fd0 into swim-v2 Feb 16, 2024
1 check passed
@brooksmckinley brooksmckinley deleted the improved-datapath-trait branch February 16, 2024 21:13
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