Skip to content

Commit

Permalink
Clarify definition of 'clocked state variable'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 7, 2020
1 parent 6b0517c commit 0a99c6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/synchronous.tex
Expand Up @@ -553,8 +553,7 @@ \section{Clock Constructors}\label{clock-constructors}

\section{Clocked State Variables}\label{clocked-state-variable}

The previous value of a clocked variable can be accessed with the
previous operator. Such a variable is called a clocked state variable.
The previous value of a clocked variable can be accessed with the \lstinline!previous! operator. A variable to which \lstinline!previous! has been applied is called a \firstuse{clocked state variable}.

\begin{longtable}[]{|l|p{12cm}|}
\hline \endhead
Expand Down

0 comments on commit 0a99c6a

Please sign in to comment.