Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ \section{Clock Constructors}\label{clock-constructors}
\end{semantics}
\end{operatordefinition*}

\subsection{Restrictions on Clocks in a Base-Partition}\label{restrictions-on-clocks-in-a-base-partition}

Besides inferred clocks and solver clocks, one of the following mutually exclusive associations of clocks are possible in one base-partition:
\begin{enumerate}
\item
Expand All @@ -495,6 +497,8 @@ \section{Clock Constructors}\label{clock-constructors}
\end{nonnormative}
\end{enumerate}

\subsection{Restrictions on Clock Variables}\label{restrictions-on-clock-variables}

Clock variables can be used in a restricted form of expressions.
Generally, every expression switching between clock variables must be an evaluable expression (in order that clock analysis can be performed when translating a model).
Thus subscripts on clock variables and conditions of if-then-else switching between clock variables must be evaluable expressions, and there are similar restrictions for sub-clock conversion operators \cref{sub-clock-conversion-operators}.
Expand Down