lenaRB / crml-compiler

Implementation of the CRML to Modelica compiler supported by the ITEA3 EMBRACE project.
6 stars 7 forks source link

Periods and Clocks not working #23

Open lenaRB opened 1 year ago

lenaRB commented 1 year ago

A place holder to keep track of all the clock related issues

audrey-jardin commented 4 months ago

@lenaRB : I tried to check some generated files for unit tests which include Clocks. Why do you start clock counter as 1? I think it is better to start at 0 since no event could happen during the simulation (as it is in "BecomesTrue_no_ext" example for clock c2).