Chargement…
Chargement…
The counter has an enable and a synchronous reset.
Behavior
reset=1 clears count on the next rising edge.enable=1 increments modulo 2^WIDTH; otherwise the value is retained.| Signal | Direction | Width | Description |
|---|---|---|---|
clk, reset, enable | Input | 1 bit | Clock and controls |
count | Output | WIDTH bits | Counter value |