#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 , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Milestone: | Future → 1.9.4 |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
The remaining issue is fixed with 3e53596.
Note:
See TracTickets
for help on using tickets.
I can have a look.