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

Consider making a generic VM setup function that isn't coupled to command line args #211

Open
github-actions bot opened this issue Jun 16, 2024 · 0 comments

Comments

@github-actions
Copy link

Maybe make a public version of this that isn't coupled to command line argument parsing
[must_use]

Line: 168

exit(0);
}
// TODO: Consider making a generic VM setup function that isn't coupled to command line args
// category=Refactoring
// Maybe make a public version of this that isn't coupled to command line argument parsing
#[must_use]
fn setup_vm(args: &Args) -> Vm {
let master_clock_freq = 25_000_000;
let mut cpu_peripheral = new_cpu_peripheral(0x0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants