File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ \section{State Elements}
803
803
delayed by one clock cycle. Note that we do not have to specify the
804
804
type of \verb +Reg + as it will be automatically inferred from its input
805
805
when instantiated in this way. In the current version of Chisel,
806
- clock and reset are global signals that are implicity included where
806
+ clock and reset are global signals that are implicitly included where
807
807
needed.
808
808
809
809
Using registers, we can quickly define a number of useful circuit
@@ -832,7 +832,7 @@ \section{State Elements}
832
832
The \verb !:= ! assignment to \verb !x ! in \verb !counter ! wires an update combinational circuit
833
833
which increments the counter value unless it hits the \verb +max + at which point it wraps back to zero.
834
834
Note that when \verb !x ! appears on the right-hand side of
835
- an assigment , its output is referenced, whereas when on the left-hand
835
+ an assignment , its output is referenced, whereas when on the left-hand
836
836
side, its input is referenced.
837
837
838
838
Counters can be used to build a number of useful sequential circuits.
You can’t perform that action at this time.
0 commit comments