Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3597 closed defect (fixed)

clockPartitioning fail for new MSL models

Reported by: Willi Braun Owned by: Lennart Ochel
Priority: high Milestone: 1.9.4
Component: Backend Version:
Keywords: Cc: Bernhard Thiele

Description

The clockPartitioning module fails for the following models from trunk msl version.
Test via:

loadModel(Modelica,{"trunk"});
simulate(Modelica.Math.FastFourierTransform.Examples.RealFFT1);

results into:

Error: Invalid form of clock equation

and

loadModel(Modelica,{"trunk"});
simulate(Modelica.Math.Random.Examples.GenerateRandomNumbers);

results into:

Internal error -- Function SynchronousFeatures.detectEqPartitionCall1 failed

Change History (5)

comment:1 by Lennart Ochel, 9 years ago

Owner: changed from somebody to Lennart Ochel
Status: newassigned

I can have a look.

comment:2 by Lennart Ochel, 9 years ago

Status: assignedaccepted

I have fixed the second issue with 9297bf0.

comment:3 by Lennart Ochel, 9 years ago

Milestone: Future1.9.4
Resolution: fixed
Status: acceptedclosed

The remaining issue is fixed with 3e53596.

comment:4 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:5 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.