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

Add a debug configuration option for FlexPRET #94

Open
magnmaeh opened this issue May 11, 2024 · 0 comments
Open

Add a debug configuration option for FlexPRET #94

magnmaeh opened this issue May 11, 2024 · 0 comments

Comments

@magnmaeh
Copy link
Collaborator

It would be very helpful for debug and testing purposes to be able to access parts of the processor not available otherwise. E.g., like being able to overwrite the internal time register. In this case, one could write a test that

overwrite_time(0xffffff00);
fp_delay_until(0xffffffff);

This way, one would not need to simulate the entire time from time 0 to time 0xffffffff to check if the test works as expected.

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

1 participant