This document discusses the design and simulation of counters in Cadence. It begins by describing the applications of counters such as timers, frequency counting, and finite state machines. It then discusses different types of counters like asynchronous/ripple counters and synchronous counters. The document presents the design and simulation of an asynchronous 4-bit Johnson counter and an asynchronous 4-bit up counter in Cadence. It provides the schematic diagrams, simulation waveforms, power consumption, delay characteristics, and maximum operating frequencies for each counter.
1 of 29
Downloaded 27 times
More Related Content
Counters
1. Counters design in Cadence
By
Gonugunta saiphani kumar
Roll num:1421908
M.tech VLSI 2nd sem
NIT jalandhar
1
2. Counters
The major work of counter is counting of
time / frequency
electronic pulse
Applications: Alarm clock
Set an AC/TV timer
Set a timer for taking picture
Flashing indicator lights of your vehicle
Counting the time allotted for a "process"
The finite state machines
In various ADC
Communication (serial to parallel ,parallel to serial)
2
12. Types of counters
Asynchronous/Ripple counters: counter that is formed from n cascaded flip-flops. The clock
input to each of the individual flip-flops, with the exception of the first, is taken from the
output of the preceding one.
Ex: Binary up counter, Binary down counter, Binary up/down counter, Mod-N counter, BCD
counter(Mod-10)
synchronous counters: A counter consisting of an interconnected series of flip-flops in which all
the flip-flop outputs change state at the same instant, normally on application of a pulse at the
counter input
Ex: Binary up counter, Binary down counter, Binary up/down counter, Mod-N counter, BCD
counter(Mod-10), Ring counter, Johnson counter, Binary presettable counter
12
18. Properties of Johnson counter
Simulator--Cadence
Technology--180nm
W/L of pmos = 600nm/180nm
W/L of nmos = 240nm/180nm
No. of transistors = 104
Clock range 1.8v - 0v
Clock ON time =10nnm
Clock time period = 25nm
Rise & fall time = 1fs
VDD = 1.8V
GND = 0v
18
19. Results of Johnson counter
Avg.Power consumption = 6.10亮w
High to low delay (at every stage) = 219.5ps
Low to high delay(at every stage) = 136ps
Max. frequency of operation = 7.35 Ghz
19
26. Properties of up counter
Simulator--Cadence
Technology--180nm
W/L of pmos = 600nm/180nm
W/L of nmos = 240nm/180nm
No. of transistors = 152
Clock range 1.8v - 0v
Clock ON time =10nnm
Clock time period = 20nm
Rise & fall time = 1fs
VDD = 1.8V
GND = 0v
26
27. Results of up counter
Avg. power consumption = 11.3亮w
Delay at first stage = 176.1ps
Delay at second stage = 467.5ps
Delay at third stage = 762.1ps
Delay at fourth stage = 1.025ns
Max. frequency of operation = 5.67Ghz
27