Skip to content

Commit

Permalink
Forbid noClock(Clock(1))
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jul 5, 2019
1 parent 89f7750 commit daa477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/synchronous.tex
Expand Up @@ -696,7 +696,7 @@ \subsection{Sub-clock conversion operators}\doublelabel{sub-clock-conversion-ope
Clock. {[}\emph{The operators can operate on all types of clocks}{]}. If
u is a clocked expression, the operator returns a clocked variable that
has the same type as the expression. If u is an expression of type
Clock, the operator returns a Clock.
Clock, the operator returns a Clock - except for noClock where it is an error.

The optional input arguments \lstinline!factor! (default=0, min=0), and \lstinline!resolution!
(default=1, min=1) are parameter expressions of type Integer.
Expand Down

0 comments on commit daa477d

Please sign in to comment.