Skip to content

Commit

Permalink
Slight change in SerialPackager description
Browse files Browse the repository at this point in the history
Related to #126
  • Loading branch information
bernhard-thiele committed Jan 20, 2017
1 parent e6e6a5d commit 5292e5a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,11 @@ \subsubsection{Basic Concept}
pkgOut.userPkgBitSize = pkgIn.userPkgBitSize;
end AddInteger;
\end{lstlisting}
The instantaneous equation \modelica{addInteger} is activated by the event
\modelica{trigger} which is propagated through the connected packager blocks.
The instantaneous equation invoking the \modelica{addInteger} function is
activated by the event \modelica{trigger} which is propagated through the connected packager blocks.
The \modelica{dummy} variables are used to establish data-flow dependencies
which ensure that \modelica{addValue} functions of the connected
blocks are called in the correct order. The \modelica{backwardTrigger} event
which ensure that the ``\modelica{addValue}'' functions of connected
blocks are invoked in the correct order. The \modelica{backwardTrigger} event
allows propagating a triggering event in the inverse connector direction.
Its supporting logic is omitted here for brevity. A Modelica standard conform alternative is provided by the
variable \modelica{userPkgBitSize} that allows propagating a user defined package size, \textit{i.e.}, it is possible for a
Expand Down

0 comments on commit 5292e5a

Please sign in to comment.