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

Check our evaluator against the Haskell TinyRam emulator #16

Open
moreSocratic opened this issue Apr 27, 2022 · 1 comment
Open

Check our evaluator against the Haskell TinyRam emulator #16

moreSocratic opened this issue Apr 27, 2022 · 1 comment

Comments

@moreSocratic
Copy link
Collaborator

We would like to test that randomly generated programs evaluate identically in our emulator and the Haskell implementation (HsTinyRam). Keep in mind that the HsTinyRam implements a von Neumann architecture while we use a Harvard architecture. Either the HsTinyRam will need to be switched to Harvard or we will have to filter out self modifying programs in our tests. In the long term we need to decide if traces will be generated in Rust or by a Harvardified Haskell TinyRam.

@morganthomas
Copy link
Contributor

Haskell TinyRAM has been switched over to the Harvard architecture.

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

2 participants