Skip to content

Milestones

List view

  • Get the same coverage for the MSL 3.2.3 for the new Backend as for the old Backend. Compare with https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.3/Modelica_3.2.3.html

    No due date
  • The new backend can successfully simulate all sanity tests with simple models from https://github.com/kabdelhak/OpenModelica/tree/newBackend/testsuite/simulation/modelica/NBackend/sanityTests.

    No due date
    0/2 issues closed
  • The new backend successfully runs the helloWorld model ```modelica model helloWorld parameter Real a = 0.5; Real x (start=1, fixed = true); equation der(x) = a * x; end helloWorld; ``` See https://github.com/kabdelhak/OpenModelica/blob/newBackend/testsuite/simulation/modelica/NBackend/sanityTests/helloWorld.mos.

    No due date
    0/1 issues closed