Skip to content

Add a debug configuration option for FlexPRET #94

Description

@magnmaeh

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions