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

[xbus] access type identifier (tag signal) #917

Merged
merged 6 commits into from
May 31, 2024
Merged

[xbus] access type identifier (tag signal) #917

merged 6 commits into from
May 31, 2024

Conversation

stnolting
Copy link
Owner

New top signal:

xbus_tag_o : out std_ulogic_vector(2 downto 0); -- access tag
  • xbus_tag_o(0) P: access is performed from privileged mode (machine-mode) when set
  • xbus_tag_o(1) NS: this bit is hardwired to 0 indicating a secure access
  • xbus_tag_o(2) I: access is an instruction fetch when set; access is a data access when cleared

Note

This signal is compatible to AXI4's ARPROT and AWPROT signals.

@stnolting stnolting marked this pull request as ready for review May 31, 2024 12:29
@stnolting stnolting merged commit 92f2e04 into main May 31, 2024
10 checks passed
@stnolting stnolting deleted the xbus_tag branch May 31, 2024 12:37
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.

None yet

1 participant