This commit is contained in:
Todd Strader 2020-03-27 16:00:02 -04:00
parent 693d52b57c
commit 6dd4ff021f

View File

@ -79,7 +79,7 @@ module t();
typedef byte MEM_BYTES [256];
typedef bit signed [7:0] MY_MEM_BYTES [256]; // MY_MEM_BYTES matches
// MEM_BYTES
typedef byte [255:0] MEM_BYTES_PACKED;
typedef bit signed [7:0] [255:0] MEM_BYTES_PACKED;
typedef bit signed [7:0] [255:0] MY_MEM_BYTES_PACKED;
typedef logic [1:0] [3:0] NIBBLES;
typedef logic [7:0] MY_BYTE; // MY_BYTE and NIBBLES are not matching types