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
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
//print("SimCodeUtil.getVarIndexInfosByMapping: Found variable index for '" + ComponentReference.printComponentRefStr(iVarName) + "'. The value is " + intString(concreteVarIndex) + "\n");
10963
10965
for arrayIdx in 0:(arraySize-1) loop
10964
10966
idx := arraySize-arrayIdx;
10965
-
if iColumnMajor then
10967
+
if toColumnMajor then
10966
10968
// convert to row major so that column major access will give this idx
if isVarIndexListConsecutive(iVarToArrayIndexMapping,iVarName) and iColumnMajor then
10983
+
if isVarIndexListConsecutive(iVarToArrayIndexMapping,iVarName) and toColumnMajor then
10982
10984
//if the array is not completely stuffed (e.g. some array variables have been derived and became dummy-derivatives), the array will not be initialized as a consecutive array, therefore we cannot take the colMajor-indexes
10983
10985
// otherwise convert to column major for consecutive array
0 commit comments