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

prdata_i declaration in axi_lite_to_apb.sv is incorrect #356

Open
abhi9891 opened this issue Nov 4, 2024 · 0 comments
Open

prdata_i declaration in axi_lite_to_apb.sv is incorrect #356

abhi9891 opened this issue Nov 4, 2024 · 0 comments

Comments

@abhi9891
Copy link

abhi9891 commented Nov 4, 2024

Is this correct way to declare? Seems like below is wrong as per SV rule. Correct me if I am missing something.
input data_t [NoApbSlaves-1:0] prdata_i;

Correct way of declaration
input logic [NoApbSlaves-1:0] [AXI_DATA_WIDTH-1:0] prdata_i;

Here data_t = logic [AXI_DATA_WIDTH-1:0]

@WRoenninger @andreaskurth @SamuelRiedel
// - Wolfgang Roenninger [email protected]
// - Andreas Kurth [email protected]
// - Samuel Riedel [email protected]

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

No branches or pull requests

1 participant