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

Update ILA plotting circuitry to be agnostic over what is doing clock control #653

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

rslawson
Copy link
Collaborator

This PR changes the API of callistoClockControlWithIla by adding in two new parameters to the function:

  • callistoCfg :: cfg, which contains the configuration type for the clock control function
  • callistoCc :: CallistoCc n m sys cfg, which is the clock control function itself (as a type alias).

This should make it fairly easy to slot in a new clock control function in the future (cough cough software clock control cough cough).

@rslawson rslawson marked this pull request as ready for review October 22, 2024 11:57
@rslawson rslawson force-pushed the rs/clockControlWb branch 3 times, most recently from 62c7b47 to c2b281f Compare October 24, 2024 20:12
@rslawson rslawson linked an issue Nov 1, 2024 that may be closed by this pull request
Base automatically changed from rs/clockControlWb to staging November 7, 2024 17:07
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.

Implement fast/efficient execution deadlines in software
1 participant