Define a 2-D Array with M entry of N bits.
Select all that apply. Multiple answers:
You can select more than one option
A logic [N-1:0] arr [M-1:0]
B logic [M-1:0][N-1:0] arr
C logic arr [M-1:0][N-1:0]
Solution
Define a 2-D Array with M entry of N bits.
Select all that apply. Multiple answers:
You can select more than one option
A logic [N-1:0] arr [M-1:0]
B logic [M-1:0][N-1:0] arr
C logic arr [M-1:0][N-1:0]
Solution