Skip to content

Commit

Permalink
Changed 4-tap to 4 cycle, since 'tap' is not explained previously (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emoun authored Dec 28, 2023
1 parent b26b6f6 commit 4700800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chisel-book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3100,7 +3100,7 @@ \section{Shift Registers}
connected in a sequence. Each output of a flip-flop is connected to the input of the
next flip-flop. Figure~\ref{fig:shiftregister} shows a 4-stage shift register.
The circuit \emph{shifts} the data from left to right on each clock tick. In this simple form the
circuit implements a 4-tap delay from \code{din} to \code{dout}.
circuit implements a 4 cycle delay from \code{din} to \code{dout}.
The Chisel code for this simple shift register (1) creates a 4-bit register \code{shiftReg};
(2) concatenates the lower 3 bits of the shift register with the input \code{din} for the next
Expand Down

0 comments on commit 4700800

Please sign in to comment.