Changes between Initial Version and Version 1 of Ticket #4690
- Timestamp:
- 2018-01-29T16:03:11Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4690 – Description
initial v1 1 1 Please check https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.2/files/Modelica_3.2.2_Modelica.Electrical.Analog.Examples.AD_DA_conversion.err 2 2 3 The compiler reports 61 equations and 60 variables. Moreover, when flattening the model in OMEdit, one equation is reported starting with a hash sign 4 {{{ 5 #(opAmp.v_out) = smooth(0, min(opAmp.Vps, max(opAmp.Vns, opAmp.V0 * opAmp.v_in))); 6 }}} 3 The compiler reports 44 equations and 50 variables reported by the new front-end. The flattened models with the old and new front end seem identical, there is probably some other issue with the flattened model which only pops up at the backend level. 7 4 8 5 It is interesting to notice that the old front end compiles successfully this model into simulation code, but fails upon checking the model.