﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1963	Frontend replaces constant array with parameter subscripts	Jens Frenkel	Per Östlund	"In the model Modelica.Electrical.Digital.Examples.DFFREG the frontend replace the line of an algorithm
{{{
nextstate[i] := T.StrengthMap[L.'0', strength];
}}}
to 
{{{
dFFREG.dFFR.nextstate[i] := .Modelica.Electrical.Digital.Interfaces.Logic.'0';
}}}
but strength is a parameter, hence the replacement is illegal.

With the debugflag ""setDebugFlags(""scodeInstShortcut"");"" it is the same.
"	defect	closed	high	2.0.0	New Instantiation	trunk	fixed		Christian Schubert
