Experiment-06
Experiment-06
Aim: To write a hardware description of 4-bit mod 13 counter and test its operation.
Tools Used: Xilinx VIVADO 2024.1 version
Theory:
A Counter is a device which stores (and sometimes displays) the number of times a particular
event or process has occurred, often in relationship to a clock signal. Counters are used in
digital electronics for counting purpose, they can count specific event happening in the circuit.
For example, in UP counter a counter increases count for every rising edge of clock.
They can be asynchronous (ripple) where flip-flops toggle at different times or synchronous
where all flip-flops are triggered simultaneously, making them faster and more accurate.
The modulo, mod in short, number is defined as the number of states that the counter goes
through in each complete cycle before it recycles back to its starting state.
A 4-bit modulo-13 counter counts from 0 to 12 (13 states) and then resets to 0, skipping the