Section 2.2 states:
Declaring a variable as clocked variable using the clocks attribute specifies a dependency too, but also declares that such a clocked variable can only be accessed when one of the referenced Clocks is active.
Section 2.4 (note in the dependencies attribute description) states:
This means that all dependencies must be listed, also the dependencies of clocked variables on their clocks.
If a clocked variable explicitly declares dependencies in ModelStructure, must the value reference of its Clock be included in that dependencies list? Or does the clocks attribute already cover this?
Section 2.2 states:
Section 2.4 (note in the dependencies attribute description) states:
If a clocked variable explicitly declares dependencies in ModelStructure, must the value reference of its Clock be included in that dependencies list? Or does the clocks attribute already cover this?