Actions
Bug #8957
closedwrong datatype for arrays
Start date:
06/15/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
master
Platform:
Published in build:
Description
The following code is interpreted as 2-bit size bitvector, than an array:
reg [1:0] memory[0:31];
Actions