Chargement…
Chargement…
The timer uses a 10-bit unsigned counter.
Behavior
reset=1 immediately forces count to 0.load=1 on a rising edge, data is loaded into count.count decrements on each rising edge.tc is 1 whenever count is 0.Reset is asynchronous, while loading is synchronous.
| Signal | Direction | Width | Description |
|---|---|---|---|
clk, reset, load | Input | 1 bit | Control |
data | Input | 10 bits | Load value |
count | Output | 10 bits | Current value |
tc | Output | 1 bit | Counter is zero |