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

APB user signalling #5

Open
rishyak opened this issue Feb 24, 2023 · 1 comment
Open

APB user signalling #5

rishyak opened this issue Feb 24, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@rishyak
Copy link
Member

rishyak commented Feb 24, 2023

We are definitely not implementing this right now


  • Recommended that it's not used
  • Not defined in APB protocol
  • Causes interoperability problems if two components use the same signals
  • Can only be added to APB5 protocol interfaces

Starter code:

interface APBCommon_if #(
  // Truncated
  UserReqWidth = 32,
  UserDataWidth = DataWidth/2,
  UserRespWidth = 16 
) (
  input clk,
  input nReset
);

  // Truncated
  logic wakeUp; 
  logic [UserReqWidth - 1:0] aUser;
  logic [UserDataWidth - 1:0] wUser;
  logic [UserDataWidth - 1:0] rUser;
  logic [UserRespWidth - 1:0] bUser;

  // Truncated

endinterface
@rishyak rishyak added the wontfix This will not be worked on label Feb 24, 2023
@rishyak rishyak assigned rishyak and unassigned rishyak Feb 28, 2023
@rishyak
Copy link
Member Author

rishyak commented Mar 7, 2023

Differences in opinion are encouraged.

@rishyak rishyak closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2023
@rishyak rishyak reopened this Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant