-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
If there are multiple GVL lists inside one GVL-file, then only the first one is parsed.
SCL Example:
{attribute 'qualified_only'}
VAR_GLOBAL CONSTANT
iMaxUnits : INT := 12;
uiMaxTestBenches : UINT := 4;
timHeartbeatResetDelay : TIME := T#300MS;
test_2: BOOL;
END_VAR
VAR_GLOBAL
test: BOOL;
END_VAR
VAR_GLOBAL PERSISTENT
test123: BOOL;
sTesting: STRING;
END_VAR
I saw that inside the interpreter.py there is only the first variable_list used.
Is there an easy way to fix this?
Metadata
Metadata
Assignees
Labels
No labels
