Opened 7 years ago
Closed 7 years ago
#4732 closed defect (fixed)
NFTyping.typeSections fails without a specific error message
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
There are many models in the MSL 3.2.2, e.g. Modelica.Electrical.Digital.Examples.BUF3S or Modelica.Electrical.Digital.Examples.FlipFlop where the NF fails with this kind of error
Error: Internal error Instantiation of Modelica.Electrical.Digital.Examples.FlipFlop failed with no error message.
The error takes place after completing NFTyping.typeBindings, so I guess it belongs to NFTyping.typeSections
Note:
See TracTickets
for help on using tickets.
Fixed in 869806b.