SlideShare a Scribd company logo
1 of 9
Download to read offline
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
158
FPGA IMPLEMENTATION OF POWER EFFICIENT ALL
DIGITAL PHASE LOCKED LOOP
Sarika K R1
, Haripriya P2
1
M.Tech scholar, Dept of ECE, SreeNarayanaGurukulam College of Engineering, Kadayiruppu, Kerala, India
2
Asst. Professor, Dept. of ECE, SreeNarayanaGurukulam College of Engineering, Kadayiruppu , Kerala, India
ABSTRACT
In Many electronic circuits components are not receiving the clock at the exact same time. The clock generated
by oscillators when reaching internal components may get distorted and require a phase locked loop to address this
problem. The pure digital phase locked loop is attractive because it is less sensitive to noise and operating conditions
than analog PLL. An ADPLL with an adaptive prescaler and digitally-controlled oscillator (DCO) are presented in this
paper and then further modified to make the ADPLL a power efficient one.
Keywords: DCO, Phase Locked Loop, Phase Frequency Detector, Sigma Delta Modulator, Time to Digital Converter.
1. INTRODUCTION
A phase-locked loop (PLL) can be considered as a control system that generates an output signal whose phase is
related to the phase of an input signal. Initially it can be visualized as an electronic circuit consisting of a variable
frequency oscillator and a phase detector. The oscillator generates a periodic signal and the phase detector compares the
phase of that signal with the phase of the input periodic signal and adjusts the oscillator to keep the phases matched.
Bringing the output signal back toward the input signal for comparison is called a feedback loop since the output is 'fed
back' towards the input forming a loop. Keeping the input and output phase in lock step also implies keeping the input and
output frequencies the same. In addition to synchronizing signals, a phase-locked loop can track an input frequency, it can
also generate a frequency that is a multiple of the input frequency. Many circuits currently face the problem of clock skew
so registers, flip-flops are not receiving the clock at the exact same time. The clocks are generated by oscillators, but the
clocks that reach the registers and flip-flops are distorted and require a phase locked loop to address this problem. A phase
locked loop ensures that the clock frequencies seen at the clock inputs of various registers and flip-flops match the
frequency generated by the oscillator.
Traditionally, a PLL is made to function as an analog building block, but integrating an analog PLL on a digital
chip is difficult. Analog PLLs are also more susceptible to noise and process variations. Digital PLLs allow a faster lock
time to be achieved and are attractive for clock generation on high performance microprocessors. An all digital phase
locked loop was implemented by understanding the analog phase locked loop concepts to obtain the same functionality.
The pure digital phase locked loop is attractive because it is less sensitive to noise and operating conditions than its analog
counterpar. All digital phase-locked loop (PLL), with an adaptive prescaler and digitally-controlled oscillator (DCO) are
presented. Through this project, with certain modification on digitally –controlled oscillator and the entire circuit tried to
achieve a more power efficient phase locked loop with faster lock time.
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 5, Issue 12, December (2014), pp. 158-166
© IAEME: http://www.iaeme.com/IJECET.asp
Journal Impact Factor (2014): 7.2836 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
159
2. ALL DIGITAL PHASE LOCKED LOOP
The all digital phase locked loop was designed such that it is composed of four main components. The
components are analogous to the analog PLL, but the implementation consists of digital components. A digitally
controlled oscillator (DCO) was utilized instead of a voltage controlled oscillator. Block diagram of the implementation
is shown in Fig.1.
Figure1: Proposed ADPLL
Phase Frequency Detector (PFD) detects the phase and frequency mismatch of the reference clock and divided
DCO clock. The PLL is locked when the PFD detects that the phase and frequency of the two clock inputs match. The
output of the PFD drives the time to digital (T2D) converter. The PFD produces up and down enable signals that are
interfaced to the T2D converter. The T2D converter takes these inputs and increases or decreases the control word which
is fed to the decoder. This decoder was designed by modifying the general decoder to obtain the required functionality.
The decoder generates a 128 bit output which is essential for controlling the DCO. The DCO clock is divided by a
specific multiplication factor, and sent back to the PFD for phase and frequency comparison. The main components and
their implementation will be discussed in the following sections.
2.1 Digitalphase/frequency detector
The phase frequency detector is a significant aspect of the PLL because it determines whether the reference
clock and divided DCO clock are in phase and are running at the same frequency. A modified D Flip-flop was utilized
because the D input doesn’t change and remains high always. The output of the modified D Flip-flops enters a two input
NOR gate that resets the Flip-flops if both clocks are high. The up and down signals indicate if the DCO clock needs to
be increased (up is true) or decreased (down is true). The event and direction signal are necessary to create the up and
down enable signals for the T2D converter. Additional circuitry between the PFD and T2D is required for the signal
conversion to take place.
2.2 Timeto digital converter
The time to digital converter consists of a 6 bit down counter, 6 bit up counter, and 6 bit carry ripple adder as
shown in Fig.2. The phase detector controls the up counter and down counter by up and down enable signals. The initial
state of the up counter is “000000” and the down counter is “111111.” The up counter and down counter values are input
into the six bit adder and the output produces the seven bit control word for the DCO. The below given figure shows the
connections of the T2D converter. The six bits from the adder and the carry out bit compose the seven bit control word.
The converter should be active only if there is a phase and/or frequency mismatch.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
160
Figure 2: Time to digital converter
2.3 Decoder
This decoder is a specific decoder that generates the digital word that controls the DCO. The decoder was
designed by modifying the general decoder to obtain the required functionality. The seven bit control word from the time
to digital converter is taken as the input of this decoder and produces a 128 bit output. This 127 bit output from the
decoder is given as control signal for digitally controlled oscillator. This control word determines the pulse width of the
output waveform of digitally controlled oscillator.
2.4 Digitallycontrolled oscillator (DCO)
The controlled oscillator is a key component in PLL, which is a replacement of the conventional voltage or
current controlled oscillator in the fully digital PLLs. They are more flexible and usually more robust than the
conventional VCO. Furthermore, the design compromise for the frequency gain in voltage or current controlled oscillator
is not necessary in DCOs because the immunity of their control input is very high. In this project digitally controlled
oscillator was implemented logically. The oscillator produces output waveform having high and low pluses whose pulse
width is determined by the control word from the decoder.
2.5 Frequency divider part
To achieve high-speed and low-power design, it is desirable to minimize the amount of circuitry operating at
high frequency. The dual-modulus approach achieves such a structure, and has been successfully used in many high
speed, low-power designs. Based on the dual-modulus topology, in this work a multi-modulus divider structure is
designed, which consists of a synchronous divide-by-4/5 counter as the first stage and a program and swallow counter as
the second stage as in the Fig 3.
Figure 3: Frequency divider
2.5.1 Divide –by -4/5 dual modulus prescaler
The control block eliminates MC controlling the divided ratio of 4 or 5 of the synchronous counter, which is a
combination logic circuitry. Depending on the logic value at MC, the first stage division ratio is 4 (MC = 0) or 5 (MC =
1). Its operation can be described based on the figure4: Divide-by-4: If signal MC is low, the active circuit consists
simply of a cyclic shift register; FF3 is left out (output always high), and the input to FF1 is inverted. Divide-by-5: If the
input MC is high, the NAND function formed of the outputs of FF2 and FF3 is fed into FF1, resulting in a cyclic shift
register with three high periods and two low periods.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
161
Figure 4: Dual modulus prescaler
2.5.2 Program counter
The design consists of four numbers of ÷ 2 circuit and three NAND gates as in figure5. Here four D – flip –
flops are connected in cascading manner with output of one flip – flop given as input to the other flip – flop and the
output of each FF are given as input to the NAND gates. And finally, the output of the third NAND gate is given as reset
input to the SR – Latch. If reset is high modulus control signal M = 1. For this program counter the inputs are given from
the output of 16/17 prescaler.
Figure 5: program counter
2.5.3 Swallow counter
The Swallow Counter is one of the three building blocks (swallow counter, main counter, and dual
modulus prescaler) that constitute the programmable divider commonly used in modern frequency synthesizers. The
swallow counter is used to control the dual modulus prescaler which is set to either N or (N+1). At the initial reset state,
the prescaler is set to a divide ratio of (N+1), but the swallow counter will change this divide ratio to N when it finishes
counting S number of cycles. The frequency divider consists of a N/N+1 prescaler followed by a program and shallow
counter. The program counter generates one output pulse for every P input pulses. The Swallow Counter gets its name
from the idea that it "swallows" 1 from (N+1) of the dual-modulus prescaler. The swallow counter is used to control the
dual-modulus prescaler which is set to either N or (N+1).
Figure 6: Swallow counter
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
162
3. MODIFIEDBLOCK DIAGRAM ALL DIGITAL PHASE LOCKED LOOP
Modified circuit diagram of all digital phase locked loop include a modified digitally controlled oscillator and the
frequency divider part is replaced by first order sigma delta modulator as shown in the Fig. 7.
Figure 7: Modified ADPLL circuit
3.1 Modified digitally controlled oscillator
In proposed DCO structure, one driving strength controlled inverter cells & two NAND/NOR gates have been
used as shown in figure 8. In this design, inverter cell & two NOR/NAND gates have been utilized as compared to three
delay cell and one AND gate in conventional DCO. In conventional DCO, control word is applied at the binary
controlled input of all the three stages but in proposed DCO designs control word is applied only at the control input of
first stage.
Figure 8: Modified DCO
3.2 Replacement of frequency divider section by sigma delta modulator
In this project a first order sigma delta modulator is used instead of frequency divider part and sigma delta
modulator just functions as a signal shaping circuit. Here output from the digitally controlled oscillator is directly given
to the modulator whose output is given to the phase frequency detector. This modification in the phase locked loop
circuit is done to make it more energy efficient and to achieve fast lock time.
The first step in a delta-sigma modulation is delta modulation. In delta modulation the change in the signal (its
delta) is encoded, rather than the absolute value. The result is a stream of pulses, as opposed to a stream of numbers as is
the case with PCM. In delta-sigma modulation, the accuracy of the modulation is improved by passing the digital output
through a 1-bit DAC and adding (sigma) the resulting analog signal to the input signal, thereby reducing the error
introduced by the delta-modulation.
Figure 9: sigma delta modulator
Proceedings of the International Conference
4. ADPLL USED IN A FREQUENCY
As an application and to check functionality of the circuit with other complex circuits, it is used with a
frequency multiplier circuit. For this inbuilt frequency multiplier in the Xilinx IP core is used. The output of the phase
locked loop is given to input of inbuilt frequency multiplier and checked the output
5. RESULTS AND DISCUSSION
Simulation wave form of All digital phase locked loop is given in Fig10 and Simulation wave form of ADPLL
with modified digitally controlled oscillator and sigma delta modulator is shown in figure11. Figure12 shows the output
wave form of inbuilt frequency multiplier proved by the Xilinx IP core in which input of the multiplier is the output from
the modified ADPLL which is given to the CLK _I
Figure
Figure
Figure
International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
163
USED IN A FREQUENCY MULTIPLIER CIRCUIT
As an application and to check functionality of the circuit with other complex circuits, it is used with a
frequency multiplier circuit. For this inbuilt frequency multiplier in the Xilinx IP core is used. The output of the phase
ked loop is given to input of inbuilt frequency multiplier and checked the output.
Simulation wave form of All digital phase locked loop is given in Fig10 and Simulation wave form of ADPLL
oscillator and sigma delta modulator is shown in figure11. Figure12 shows the output
wave form of inbuilt frequency multiplier proved by the Xilinx IP core in which input of the multiplier is the output from
the modified ADPLL which is given to the CLK _IN pin and the output is taken from the CLK _OUT pin.
Figure 10: Simulation result of Modified ADPLL
Figure 11: Simulation result of Modified ADPLL
Figure 12: Simulation result of Frequency multiplier
on Emerging Trends in Engineering and Management (ICETEM14)
31, December 2014, Ernakulam, India
As an application and to check functionality of the circuit with other complex circuits, it is used with a
frequency multiplier circuit. For this inbuilt frequency multiplier in the Xilinx IP core is used. The output of the phase
Simulation wave form of All digital phase locked loop is given in Fig10 and Simulation wave form of ADPLL
oscillator and sigma delta modulator is shown in figure11. Figure12 shows the output
wave form of inbuilt frequency multiplier proved by the Xilinx IP core in which input of the multiplier is the output from
N pin and the output is taken from the CLK _OUT pin.
Proceedings of the International Conference
6. POWER ANALYSIS
The power analysis of all digital phase locked loop Fig13
of Xpoweranalyzer provided by Xilinx.XPowerAnalyzer.
From the summary view of power analysis
package and speed grade with same environment and thermal properties the total power consumed by the all digital
phase locked loop was found to be 0.053w on the other hand total power consumed by the modified all digital phase
locked loop was found to be .052w Which means a power reduction of.001w.
Table 2:
7. AREA ANALYSIS
Evaluation of area is done based
analysed based on device utilization summary report. Device utilization summary of ADPLL is given in table
device utilization summary of modified ADPLL is given in table
all digital phase locked loop is very much lower than the earlier circuit of all digital phase locked loop.
International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
164
The power analysis of all digital phase locked loop Fig13 and its modified circuit Fig
XPowerAnalyzer.
Table 1: Summary view of ADPLL
From the summary view of power analysis it is found that for implementation in the same family of device
same environment and thermal properties the total power consumed by the all digital
.053w on the other hand total power consumed by the modified all digital phase
locked loop was found to be .052w Which means a power reduction of.001w.
Table 2: Summary view of modified ADPLL
Evaluation of area is done based on the device utilization summary report. Area consumed by both circuit are
analysed based on device utilization summary report. Device utilization summary of ADPLL is given in table
device utilization summary of modified ADPLL is given in table 2. And found that the area consumed by the modified
all digital phase locked loop is very much lower than the earlier circuit of all digital phase locked loop.
on Emerging Trends in Engineering and Management (ICETEM14)
31, December 2014, Ernakulam, India
and its modified circuit Fig14 was done with the help
it is found that for implementation in the same family of device, part,
same environment and thermal properties the total power consumed by the all digital
.053w on the other hand total power consumed by the modified all digital phase
on the device utilization summary report. Area consumed by both circuit are
analysed based on device utilization summary report. Device utilization summary of ADPLL is given in table 1 and the
And found that the area consumed by the modified
all digital phase locked loop is very much lower than the earlier circuit of all digital phase locked loop.
Proceedings of the International Conference
Table
Table 4:
8. CONCLUSION
In many electronic circuits the clocks that are generated by oscillators, but the clocks that reach the registers and
flip-flops are distorted and require a phase locked loop to address this problem. All digital phase
adaptive prescaler and Digitally-controlled oscillator (DCO) was presented. Then it is further modified by changing the
digitally controlled oscillator part and replacing the frequency divider part by a sigma delta modulator as a part of
improving its power efficiency. The simulated output of both the circuit was analysed
FPGA board. Then power analysis is done for both circuits and found that the modified circuit show a power reduction of
0.001w. In addition to this area consumed by the modified ADPLL circuit is much less than the earlier circuit.
International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
165
Table 3: Device utilization summary of ADPLL
Table 4: Device utilization summary of modified ADPLL
clocks that are generated by oscillators, but the clocks that reach the registers and
flops are distorted and require a phase locked loop to address this problem. All digital phase
controlled oscillator (DCO) was presented. Then it is further modified by changing the
digitally controlled oscillator part and replacing the frequency divider part by a sigma delta modulator as a part of
mproving its power efficiency. The simulated output of both the circuit was analysed and implemented on Spartan 3e
FPGA board. Then power analysis is done for both circuits and found that the modified circuit show a power reduction of
o this area consumed by the modified ADPLL circuit is much less than the earlier circuit.
on Emerging Trends in Engineering and Management (ICETEM14)
31, December 2014, Ernakulam, India
clocks that are generated by oscillators, but the clocks that reach the registers and
flops are distorted and require a phase locked loop to address this problem. All digital phase locked loop with
controlled oscillator (DCO) was presented. Then it is further modified by changing the
digitally controlled oscillator part and replacing the frequency divider part by a sigma delta modulator as a part of
and implemented on Spartan 3e
FPGA board. Then power analysis is done for both circuits and found that the modified circuit show a power reduction of
o this area consumed by the modified ADPLL circuit is much less than the earlier circuit.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
166
REFERENCES
[1] Ii-Ting Lee, Yun-Ta Tsai, and Shen-IuanLliu, A wide-range PLL using self-healing prescaler/vco in 65-nm
cmos”, IEEE Transactions on very large scale integration (VLSI) systems, vol. 21, no. 2.
[2] Ja-Yol Lee, , Mi-Jeong Park, Byung-Hun Min, Seongdo Kim, Mun-Yang Park, and Hyun-Kyu y(2012),
A 4-Ghz all digital PLL with low-power TDC and phase-error compensation .IEEE transactions on circuits and
systems—i: regular papers, vol. 59, no. 8.
[3] S Jjayasudha, B.GangadeviA monotonic digitally programmable delay element for low power VLSI
applications, international journal of scientific and research publications, volume 3, issue 3.
[4] Tom A. D. Riley, member, IEEE, Miles A. Copeland, fellow, IEEE, and tad a. kwasniewski, member, IEEE
(1993) Delta-sigma modulation in fractional-n frequency synthesis, IEEE Journal of solid-state circuits,
vol. 28, no. 5.
[5] M. Syahril', Maryam Isa, Current Sensing Application by using Sigma Delta Modulator based in FPGA”
Proceedings of 2010 IEEE Student Conference on Research and Development.
[6] Rashmi K Patil and Prof. Vrushali G Nasre, “Wide-Frequency-Range CMOS Voltage Controlled Oscillator for
Phase Lock Loop – A Review”, International Journal of Electronics and Communication Engineering &
Technology (IJECET), Volume 3, Issue 1, 2012, pp. 10 - 16, ISSN Print: 0976- 6464, ISSN Online:
0976 –6472.

More Related Content

What's hot

USB_Based_Closed_Loop_Digital_Control_System
USB_Based_Closed_Loop_Digital_Control_SystemUSB_Based_Closed_Loop_Digital_Control_System
USB_Based_Closed_Loop_Digital_Control_System
Akshay Shah
 
Lập trình plc delta
Lập trình plc deltaLập trình plc delta
Lập trình plc delta
phuonghnt
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
Editor IJARCET
 

What's hot (20)

Ijetcas14 593
Ijetcas14 593Ijetcas14 593
Ijetcas14 593
 
USB_Based_Closed_Loop_Digital_Control_System
USB_Based_Closed_Loop_Digital_Control_SystemUSB_Based_Closed_Loop_Digital_Control_System
USB_Based_Closed_Loop_Digital_Control_System
 
Presentation1 comb filter
Presentation1 comb filterPresentation1 comb filter
Presentation1 comb filter
 
Lec 4 digital electronics - interated circuit technology -characteristics o...
Lec 4   digital electronics - interated circuit technology -characteristics o...Lec 4   digital electronics - interated circuit technology -characteristics o...
Lec 4 digital electronics - interated circuit technology -characteristics o...
 
Plc (analog and special io)
Plc (analog and special io)Plc (analog and special io)
Plc (analog and special io)
 
Akash uid ppt3
Akash uid ppt3Akash uid ppt3
Akash uid ppt3
 
Unit 5_Interrupt programming in 8051 micro controller - part 2
Unit 5_Interrupt programming in 8051 micro controller - part 2Unit 5_Interrupt programming in 8051 micro controller - part 2
Unit 5_Interrupt programming in 8051 micro controller - part 2
 
Digital clock presentation
Digital clock presentationDigital clock presentation
Digital clock presentation
 
Lập trình plc delta
Lập trình plc deltaLập trình plc delta
Lập trình plc delta
 
Remote controlling of home appliance by moniruzzaman iiuc
Remote controlling of home appliance by moniruzzaman iiuc Remote controlling of home appliance by moniruzzaman iiuc
Remote controlling of home appliance by moniruzzaman iiuc
 
Unit 5_interrupt programming_Part 1
Unit 5_interrupt programming_Part 1Unit 5_interrupt programming_Part 1
Unit 5_interrupt programming_Part 1
 
8051
80518051
8051
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Pe 5421 plc aftermid week 10 onwards
Pe 5421 plc aftermid week 10 onwardsPe 5421 plc aftermid week 10 onwards
Pe 5421 plc aftermid week 10 onwards
 
8051 microcontroller and it’s interface
8051 microcontroller and it’s interface8051 microcontroller and it’s interface
8051 microcontroller and it’s interface
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
7SR220 Overcurrent Relay
7SR220 Overcurrent Relay7SR220 Overcurrent Relay
7SR220 Overcurrent Relay
 
Eee3420 lecture08 rev2011
Eee3420 lecture08 rev2011Eee3420 lecture08 rev2011
Eee3420 lecture08 rev2011
 
Pe 3231 week 15 18 plc
Pe 3231 week 15 18  plcPe 3231 week 15 18  plc
Pe 3231 week 15 18 plc
 
Measuring the cutoff frequency of a low pass filter
Measuring the cutoff frequency of a low pass filterMeasuring the cutoff frequency of a low pass filter
Measuring the cutoff frequency of a low pass filter
 

Similar to Fpga implementation of power efficient all digital phase locked loop

Counter based design of dpll for wireless communication
Counter based design of dpll for wireless communicationCounter based design of dpll for wireless communication
Counter based design of dpll for wireless communication
eSAT Journals
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
researchinventy
 

Similar to Fpga implementation of power efficient all digital phase locked loop (20)

Spur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency SynthesizerSpur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
Spur Reduction Of MB-OFDM UWB System using CMOS Frequency Synthesizer
 
250 MHz Multiphase Delay Locked Loop for Low Power Applications
250 MHz Multiphase Delay Locked Loop for Low  Power Applications 250 MHz Multiphase Delay Locked Loop for Low  Power Applications
250 MHz Multiphase Delay Locked Loop for Low Power Applications
 
A high speed low power consumption d flip flop for high speed phase frequency...
A high speed low power consumption d flip flop for high speed phase frequency...A high speed low power consumption d flip flop for high speed phase frequency...
A high speed low power consumption d flip flop for high speed phase frequency...
 
A high speed low power consumption d flip flop for high speed phase frequency...
A high speed low power consumption d flip flop for high speed phase frequency...A high speed low power consumption d flip flop for high speed phase frequency...
A high speed low power consumption d flip flop for high speed phase frequency...
 
A High-Speed, Low Power Consumption Positive Edge Triggered D Flip-Flop for H...
A High-Speed, Low Power Consumption Positive Edge Triggered D Flip-Flop for H...A High-Speed, Low Power Consumption Positive Edge Triggered D Flip-Flop for H...
A High-Speed, Low Power Consumption Positive Edge Triggered D Flip-Flop for H...
 
Counter based design of dpll for wireless communication
Counter based design of dpll for wireless communicationCounter based design of dpll for wireless communication
Counter based design of dpll for wireless communication
 
Counter based design of dpll for wireless communication
Counter based design of dpll for wireless communicationCounter based design of dpll for wireless communication
Counter based design of dpll for wireless communication
 
Clock Generator
Clock Generator Clock Generator
Clock Generator
 
Design & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gatingDesign & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gating
 
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCODESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
DESIGN OF DIGITAL PLL USING OPTIMIZED PHASE NOISE VCO
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loop
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Fpga applications using hdl
Fpga applications using hdlFpga applications using hdl
Fpga applications using hdl
 
Dx33746752
Dx33746752Dx33746752
Dx33746752
 
Dx33746752
Dx33746752Dx33746752
Dx33746752
 
PLL
PLLPLL
PLL
 
En34855860
En34855860En34855860
En34855860
 
Design of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeDesign of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition time
 
A02100104
A02100104A02100104
A02100104
 
Fu3410741076
Fu3410741076Fu3410741076
Fu3410741076
 

More from IAEME Publication

A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Fpga implementation of power efficient all digital phase locked loop

  • 1. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 158 FPGA IMPLEMENTATION OF POWER EFFICIENT ALL DIGITAL PHASE LOCKED LOOP Sarika K R1 , Haripriya P2 1 M.Tech scholar, Dept of ECE, SreeNarayanaGurukulam College of Engineering, Kadayiruppu, Kerala, India 2 Asst. Professor, Dept. of ECE, SreeNarayanaGurukulam College of Engineering, Kadayiruppu , Kerala, India ABSTRACT In Many electronic circuits components are not receiving the clock at the exact same time. The clock generated by oscillators when reaching internal components may get distorted and require a phase locked loop to address this problem. The pure digital phase locked loop is attractive because it is less sensitive to noise and operating conditions than analog PLL. An ADPLL with an adaptive prescaler and digitally-controlled oscillator (DCO) are presented in this paper and then further modified to make the ADPLL a power efficient one. Keywords: DCO, Phase Locked Loop, Phase Frequency Detector, Sigma Delta Modulator, Time to Digital Converter. 1. INTRODUCTION A phase-locked loop (PLL) can be considered as a control system that generates an output signal whose phase is related to the phase of an input signal. Initially it can be visualized as an electronic circuit consisting of a variable frequency oscillator and a phase detector. The oscillator generates a periodic signal and the phase detector compares the phase of that signal with the phase of the input periodic signal and adjusts the oscillator to keep the phases matched. Bringing the output signal back toward the input signal for comparison is called a feedback loop since the output is 'fed back' towards the input forming a loop. Keeping the input and output phase in lock step also implies keeping the input and output frequencies the same. In addition to synchronizing signals, a phase-locked loop can track an input frequency, it can also generate a frequency that is a multiple of the input frequency. Many circuits currently face the problem of clock skew so registers, flip-flops are not receiving the clock at the exact same time. The clocks are generated by oscillators, but the clocks that reach the registers and flip-flops are distorted and require a phase locked loop to address this problem. A phase locked loop ensures that the clock frequencies seen at the clock inputs of various registers and flip-flops match the frequency generated by the oscillator. Traditionally, a PLL is made to function as an analog building block, but integrating an analog PLL on a digital chip is difficult. Analog PLLs are also more susceptible to noise and process variations. Digital PLLs allow a faster lock time to be achieved and are attractive for clock generation on high performance microprocessors. An all digital phase locked loop was implemented by understanding the analog phase locked loop concepts to obtain the same functionality. The pure digital phase locked loop is attractive because it is less sensitive to noise and operating conditions than its analog counterpar. All digital phase-locked loop (PLL), with an adaptive prescaler and digitally-controlled oscillator (DCO) are presented. Through this project, with certain modification on digitally –controlled oscillator and the entire circuit tried to achieve a more power efficient phase locked loop with faster lock time. INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 12, December (2014), pp. 158-166 © IAEME: http://www.iaeme.com/IJECET.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 159 2. ALL DIGITAL PHASE LOCKED LOOP The all digital phase locked loop was designed such that it is composed of four main components. The components are analogous to the analog PLL, but the implementation consists of digital components. A digitally controlled oscillator (DCO) was utilized instead of a voltage controlled oscillator. Block diagram of the implementation is shown in Fig.1. Figure1: Proposed ADPLL Phase Frequency Detector (PFD) detects the phase and frequency mismatch of the reference clock and divided DCO clock. The PLL is locked when the PFD detects that the phase and frequency of the two clock inputs match. The output of the PFD drives the time to digital (T2D) converter. The PFD produces up and down enable signals that are interfaced to the T2D converter. The T2D converter takes these inputs and increases or decreases the control word which is fed to the decoder. This decoder was designed by modifying the general decoder to obtain the required functionality. The decoder generates a 128 bit output which is essential for controlling the DCO. The DCO clock is divided by a specific multiplication factor, and sent back to the PFD for phase and frequency comparison. The main components and their implementation will be discussed in the following sections. 2.1 Digitalphase/frequency detector The phase frequency detector is a significant aspect of the PLL because it determines whether the reference clock and divided DCO clock are in phase and are running at the same frequency. A modified D Flip-flop was utilized because the D input doesn’t change and remains high always. The output of the modified D Flip-flops enters a two input NOR gate that resets the Flip-flops if both clocks are high. The up and down signals indicate if the DCO clock needs to be increased (up is true) or decreased (down is true). The event and direction signal are necessary to create the up and down enable signals for the T2D converter. Additional circuitry between the PFD and T2D is required for the signal conversion to take place. 2.2 Timeto digital converter The time to digital converter consists of a 6 bit down counter, 6 bit up counter, and 6 bit carry ripple adder as shown in Fig.2. The phase detector controls the up counter and down counter by up and down enable signals. The initial state of the up counter is “000000” and the down counter is “111111.” The up counter and down counter values are input into the six bit adder and the output produces the seven bit control word for the DCO. The below given figure shows the connections of the T2D converter. The six bits from the adder and the carry out bit compose the seven bit control word. The converter should be active only if there is a phase and/or frequency mismatch.
  • 3. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 160 Figure 2: Time to digital converter 2.3 Decoder This decoder is a specific decoder that generates the digital word that controls the DCO. The decoder was designed by modifying the general decoder to obtain the required functionality. The seven bit control word from the time to digital converter is taken as the input of this decoder and produces a 128 bit output. This 127 bit output from the decoder is given as control signal for digitally controlled oscillator. This control word determines the pulse width of the output waveform of digitally controlled oscillator. 2.4 Digitallycontrolled oscillator (DCO) The controlled oscillator is a key component in PLL, which is a replacement of the conventional voltage or current controlled oscillator in the fully digital PLLs. They are more flexible and usually more robust than the conventional VCO. Furthermore, the design compromise for the frequency gain in voltage or current controlled oscillator is not necessary in DCOs because the immunity of their control input is very high. In this project digitally controlled oscillator was implemented logically. The oscillator produces output waveform having high and low pluses whose pulse width is determined by the control word from the decoder. 2.5 Frequency divider part To achieve high-speed and low-power design, it is desirable to minimize the amount of circuitry operating at high frequency. The dual-modulus approach achieves such a structure, and has been successfully used in many high speed, low-power designs. Based on the dual-modulus topology, in this work a multi-modulus divider structure is designed, which consists of a synchronous divide-by-4/5 counter as the first stage and a program and swallow counter as the second stage as in the Fig 3. Figure 3: Frequency divider 2.5.1 Divide –by -4/5 dual modulus prescaler The control block eliminates MC controlling the divided ratio of 4 or 5 of the synchronous counter, which is a combination logic circuitry. Depending on the logic value at MC, the first stage division ratio is 4 (MC = 0) or 5 (MC = 1). Its operation can be described based on the figure4: Divide-by-4: If signal MC is low, the active circuit consists simply of a cyclic shift register; FF3 is left out (output always high), and the input to FF1 is inverted. Divide-by-5: If the input MC is high, the NAND function formed of the outputs of FF2 and FF3 is fed into FF1, resulting in a cyclic shift register with three high periods and two low periods.
  • 4. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 161 Figure 4: Dual modulus prescaler 2.5.2 Program counter The design consists of four numbers of ÷ 2 circuit and three NAND gates as in figure5. Here four D – flip – flops are connected in cascading manner with output of one flip – flop given as input to the other flip – flop and the output of each FF are given as input to the NAND gates. And finally, the output of the third NAND gate is given as reset input to the SR – Latch. If reset is high modulus control signal M = 1. For this program counter the inputs are given from the output of 16/17 prescaler. Figure 5: program counter 2.5.3 Swallow counter The Swallow Counter is one of the three building blocks (swallow counter, main counter, and dual modulus prescaler) that constitute the programmable divider commonly used in modern frequency synthesizers. The swallow counter is used to control the dual modulus prescaler which is set to either N or (N+1). At the initial reset state, the prescaler is set to a divide ratio of (N+1), but the swallow counter will change this divide ratio to N when it finishes counting S number of cycles. The frequency divider consists of a N/N+1 prescaler followed by a program and shallow counter. The program counter generates one output pulse for every P input pulses. The Swallow Counter gets its name from the idea that it "swallows" 1 from (N+1) of the dual-modulus prescaler. The swallow counter is used to control the dual-modulus prescaler which is set to either N or (N+1). Figure 6: Swallow counter
  • 5. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 162 3. MODIFIEDBLOCK DIAGRAM ALL DIGITAL PHASE LOCKED LOOP Modified circuit diagram of all digital phase locked loop include a modified digitally controlled oscillator and the frequency divider part is replaced by first order sigma delta modulator as shown in the Fig. 7. Figure 7: Modified ADPLL circuit 3.1 Modified digitally controlled oscillator In proposed DCO structure, one driving strength controlled inverter cells & two NAND/NOR gates have been used as shown in figure 8. In this design, inverter cell & two NOR/NAND gates have been utilized as compared to three delay cell and one AND gate in conventional DCO. In conventional DCO, control word is applied at the binary controlled input of all the three stages but in proposed DCO designs control word is applied only at the control input of first stage. Figure 8: Modified DCO 3.2 Replacement of frequency divider section by sigma delta modulator In this project a first order sigma delta modulator is used instead of frequency divider part and sigma delta modulator just functions as a signal shaping circuit. Here output from the digitally controlled oscillator is directly given to the modulator whose output is given to the phase frequency detector. This modification in the phase locked loop circuit is done to make it more energy efficient and to achieve fast lock time. The first step in a delta-sigma modulation is delta modulation. In delta modulation the change in the signal (its delta) is encoded, rather than the absolute value. The result is a stream of pulses, as opposed to a stream of numbers as is the case with PCM. In delta-sigma modulation, the accuracy of the modulation is improved by passing the digital output through a 1-bit DAC and adding (sigma) the resulting analog signal to the input signal, thereby reducing the error introduced by the delta-modulation. Figure 9: sigma delta modulator
  • 6. Proceedings of the International Conference 4. ADPLL USED IN A FREQUENCY As an application and to check functionality of the circuit with other complex circuits, it is used with a frequency multiplier circuit. For this inbuilt frequency multiplier in the Xilinx IP core is used. The output of the phase locked loop is given to input of inbuilt frequency multiplier and checked the output 5. RESULTS AND DISCUSSION Simulation wave form of All digital phase locked loop is given in Fig10 and Simulation wave form of ADPLL with modified digitally controlled oscillator and sigma delta modulator is shown in figure11. Figure12 shows the output wave form of inbuilt frequency multiplier proved by the Xilinx IP core in which input of the multiplier is the output from the modified ADPLL which is given to the CLK _I Figure Figure Figure International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 163 USED IN A FREQUENCY MULTIPLIER CIRCUIT As an application and to check functionality of the circuit with other complex circuits, it is used with a frequency multiplier circuit. For this inbuilt frequency multiplier in the Xilinx IP core is used. The output of the phase ked loop is given to input of inbuilt frequency multiplier and checked the output. Simulation wave form of All digital phase locked loop is given in Fig10 and Simulation wave form of ADPLL oscillator and sigma delta modulator is shown in figure11. Figure12 shows the output wave form of inbuilt frequency multiplier proved by the Xilinx IP core in which input of the multiplier is the output from the modified ADPLL which is given to the CLK _IN pin and the output is taken from the CLK _OUT pin. Figure 10: Simulation result of Modified ADPLL Figure 11: Simulation result of Modified ADPLL Figure 12: Simulation result of Frequency multiplier on Emerging Trends in Engineering and Management (ICETEM14) 31, December 2014, Ernakulam, India As an application and to check functionality of the circuit with other complex circuits, it is used with a frequency multiplier circuit. For this inbuilt frequency multiplier in the Xilinx IP core is used. The output of the phase Simulation wave form of All digital phase locked loop is given in Fig10 and Simulation wave form of ADPLL oscillator and sigma delta modulator is shown in figure11. Figure12 shows the output wave form of inbuilt frequency multiplier proved by the Xilinx IP core in which input of the multiplier is the output from N pin and the output is taken from the CLK _OUT pin.
  • 7. Proceedings of the International Conference 6. POWER ANALYSIS The power analysis of all digital phase locked loop Fig13 of Xpoweranalyzer provided by Xilinx.XPowerAnalyzer. From the summary view of power analysis package and speed grade with same environment and thermal properties the total power consumed by the all digital phase locked loop was found to be 0.053w on the other hand total power consumed by the modified all digital phase locked loop was found to be .052w Which means a power reduction of.001w. Table 2: 7. AREA ANALYSIS Evaluation of area is done based analysed based on device utilization summary report. Device utilization summary of ADPLL is given in table device utilization summary of modified ADPLL is given in table all digital phase locked loop is very much lower than the earlier circuit of all digital phase locked loop. International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 164 The power analysis of all digital phase locked loop Fig13 and its modified circuit Fig XPowerAnalyzer. Table 1: Summary view of ADPLL From the summary view of power analysis it is found that for implementation in the same family of device same environment and thermal properties the total power consumed by the all digital .053w on the other hand total power consumed by the modified all digital phase locked loop was found to be .052w Which means a power reduction of.001w. Table 2: Summary view of modified ADPLL Evaluation of area is done based on the device utilization summary report. Area consumed by both circuit are analysed based on device utilization summary report. Device utilization summary of ADPLL is given in table device utilization summary of modified ADPLL is given in table 2. And found that the area consumed by the modified all digital phase locked loop is very much lower than the earlier circuit of all digital phase locked loop. on Emerging Trends in Engineering and Management (ICETEM14) 31, December 2014, Ernakulam, India and its modified circuit Fig14 was done with the help it is found that for implementation in the same family of device, part, same environment and thermal properties the total power consumed by the all digital .053w on the other hand total power consumed by the modified all digital phase on the device utilization summary report. Area consumed by both circuit are analysed based on device utilization summary report. Device utilization summary of ADPLL is given in table 1 and the And found that the area consumed by the modified all digital phase locked loop is very much lower than the earlier circuit of all digital phase locked loop.
  • 8. Proceedings of the International Conference Table Table 4: 8. CONCLUSION In many electronic circuits the clocks that are generated by oscillators, but the clocks that reach the registers and flip-flops are distorted and require a phase locked loop to address this problem. All digital phase adaptive prescaler and Digitally-controlled oscillator (DCO) was presented. Then it is further modified by changing the digitally controlled oscillator part and replacing the frequency divider part by a sigma delta modulator as a part of improving its power efficiency. The simulated output of both the circuit was analysed FPGA board. Then power analysis is done for both circuits and found that the modified circuit show a power reduction of 0.001w. In addition to this area consumed by the modified ADPLL circuit is much less than the earlier circuit. International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 165 Table 3: Device utilization summary of ADPLL Table 4: Device utilization summary of modified ADPLL clocks that are generated by oscillators, but the clocks that reach the registers and flops are distorted and require a phase locked loop to address this problem. All digital phase controlled oscillator (DCO) was presented. Then it is further modified by changing the digitally controlled oscillator part and replacing the frequency divider part by a sigma delta modulator as a part of mproving its power efficiency. The simulated output of both the circuit was analysed and implemented on Spartan 3e FPGA board. Then power analysis is done for both circuits and found that the modified circuit show a power reduction of o this area consumed by the modified ADPLL circuit is much less than the earlier circuit. on Emerging Trends in Engineering and Management (ICETEM14) 31, December 2014, Ernakulam, India clocks that are generated by oscillators, but the clocks that reach the registers and flops are distorted and require a phase locked loop to address this problem. All digital phase locked loop with controlled oscillator (DCO) was presented. Then it is further modified by changing the digitally controlled oscillator part and replacing the frequency divider part by a sigma delta modulator as a part of and implemented on Spartan 3e FPGA board. Then power analysis is done for both circuits and found that the modified circuit show a power reduction of o this area consumed by the modified ADPLL circuit is much less than the earlier circuit.
  • 9. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 166 REFERENCES [1] Ii-Ting Lee, Yun-Ta Tsai, and Shen-IuanLliu, A wide-range PLL using self-healing prescaler/vco in 65-nm cmos”, IEEE Transactions on very large scale integration (VLSI) systems, vol. 21, no. 2. [2] Ja-Yol Lee, , Mi-Jeong Park, Byung-Hun Min, Seongdo Kim, Mun-Yang Park, and Hyun-Kyu y(2012), A 4-Ghz all digital PLL with low-power TDC and phase-error compensation .IEEE transactions on circuits and systems—i: regular papers, vol. 59, no. 8. [3] S Jjayasudha, B.GangadeviA monotonic digitally programmable delay element for low power VLSI applications, international journal of scientific and research publications, volume 3, issue 3. [4] Tom A. D. Riley, member, IEEE, Miles A. Copeland, fellow, IEEE, and tad a. kwasniewski, member, IEEE (1993) Delta-sigma modulation in fractional-n frequency synthesis, IEEE Journal of solid-state circuits, vol. 28, no. 5. [5] M. Syahril', Maryam Isa, Current Sensing Application by using Sigma Delta Modulator based in FPGA” Proceedings of 2010 IEEE Student Conference on Research and Development. [6] Rashmi K Patil and Prof. Vrushali G Nasre, “Wide-Frequency-Range CMOS Voltage Controlled Oscillator for Phase Lock Loop – A Review”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 1, 2012, pp. 10 - 16, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.