You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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 wroennin@iis.ee.ethz.ch
// - Andreas Kurth akurth@iis.ee.ethz.ch
// - Samuel Riedel sriedel@iis.ee.ethz.ch
The text was updated successfully, but these errors were encountered: