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 "out-of-band" signals to internal bus interface #1131

Merged
merged 7 commits into from
Dec 28, 2024
Merged

Conversation

stnolting
Copy link
Owner

The signals of the request bus are split in to two categories: in-band signals and out-of-band signals. In-band signals always belong to a certain bus transaction and are only valid between stb being set and the according response (err or ack). being set. In contrast, the out-of-band signals are not associated with any bus transaction and are always valid when set.

bus_req_t out-of-band signals

  • fence - Data/instruction fence request; single-shot
  • sleep - Set if ALL upstream devices are in sleep-mode
  • debug - Set if the upstream device is in debug-mode

@stnolting stnolting added HW Hardware-related cleanup Clean-up the codebase labels Dec 27, 2024
@stnolting stnolting self-assigned this Dec 27, 2024
@stnolting stnolting marked this pull request as ready for review December 27, 2024 14:44
@stnolting stnolting merged commit a4935d2 into main Dec 28, 2024
7 checks passed
@stnolting stnolting deleted the dev271224 branch December 28, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Clean-up the codebase HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant