SlideShare uma empresa Scribd logo
1 de 11
Baixar para ler offline
http://www.iaeme.com/IJARET/index.asp 148 editor@iaeme.com
International Journal of Advanced Research in Engineering and Technology
(IJARET)
Volume 7, Issue 2, March-April 2016, pp. 148–158, Article ID: IJARET_07_02_014
Available online at
http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=7&IType=2
Journal Impact Factor (2016): 8.8297 (Calculated by GISI) www.jifactor.com
ISSN Print: 0976-6480 and ISSN Online: 0976-6499
© IAEME Publication
___________________________________________________________________________
DEFECT ANALYSIS OF QUANTUM-DOT
CELLULAR AUTOMATA
COMBINATIONAL CIRCUIT USING HDLQ
Vaishali Dhare
Research Scholar, Institute of Technology, Nirma University,
Ahmedabad, Gujrat, India
Usha Mehta
Professor, Institute of Technology, Nirma University,
Ahmedabad, Gujrat, India
ABSTRACT
CMOS technology has achieved the device dimension in the nanometer
range. Beyond this CMOS technology is the QCA (Quantum-dot Cellular
Automata). Due to nanoscale defects may occur in this technology so in the
consequences of it the faults will occur. This paper presents the defect analysis
of QCA basic devices like Majority Voter (MV), inverter. The defect analysis
and its effects on the output of combinational circuit using Hardware
Description Language for QCA (HDLQ) is presented in this paper.
Index Terms: Quantum-Dot, QCA, Defect, HDLQ
Cite this Article: Vaishali Dhare and Usha Mehta. Defect Analysis of
Quantum-dot Cellular Automata Combinational Circuit using HDLQ.
International Journal of Advanced Research in Engineering and Technology,
7(2), 2016, pp. 148–158.
http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=7&IType=2
1. INTRODUCTION
CMOS technology has achieved the device dimension in the nanometer range. Further
if this technology scale down the effects like doping fluctuations, short channel
effects, and ultra-thin gate oxides may occur. Nanotechnologies that can be substitute
to CMOS technology are Single Electron Transistor (SET) [1], Quantum-dot Cellular
Automata (QCA) [2] and Resonant Tunneling Diodes (RTD) [3]. Researchers claimed
that Quantum-dot Cellular Automata is best solution to the replacement of
conventional CMOS technology [2]. It is also predicted that QCA will implement the
digital circuits with no current conduction so the power dissipation will be extremely
Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ
http://www.iaeme.com/IJARET/index.asp 149 editor@iaeme.com
low. Since the information flow due to the interaction of cells, the speed can be
achieved up to THz. The dimensions of QCA cells will be very less, in nanometer so
higher device density can be achieved. [4]. Basically QCA consists of the array of
cells in which information hold and transfer from source to destination with the help
of the Coulombic interaction between cell to cell [5].
Due to the nanostructure of the cells of QCA, there is possibility of the occurrence
of defects in the QCA devices and circuits. At nanoscale, there are chances of defects
in QCA devices and systems. The survey on various defects is carried out in [6]. It is
discussed in section III. So it important to analyzed the defects in the QCA devices
and circuits. This analysis will helpful to decide fault model and testing of QCA
circuits. In this paper the QCA combinational circuit is implemented using Hardware
Description Language for QCA (HDLQ) [7]. Also the defects and fault effects on the
output of the QCA combinational circuit is analyzed using HDLQ.
The sections of paper is arranged as follows, section II contents the background of
the concepts of QCA. The defect classification and earlier work done is carried out in
section III. About the HDLQ and its features given in section IV. Defect analysis of
QCA combinational circuit is discussed in section V. Paper is concluded in section
VI.
2. BACKGROUND
QCA consists of array of cells in which each cell contains four, five or six quantum
dots depending upon the types. Two electrons are free to tunnel between the quantum
dots. The arrangement of quantum dot cell is shown in. Fig. 1. [8]. Four quantum dot
cell is shown in Fig.1. All four dots are positioned at the corners of a square cell.
(a) (b)
Figure 1 Four-dot QCA cell
Because of the Coulombic repulsion the electrons in the cell occupy antipodal
sites as shown in Fig. 1. Polarization of shown configuration is calculated using
equation 1 given below
   
4321
4231




P
1
According equation 1, the polarization for Fig.1. (a) is P=+1 and for Fig.1. (b) is
P=-1. Polarizations P=+1 and P=-1 are encoded as binary ‘1’ and ‘0’ respectively.
According to the material used for quantum dot to make QCA cell the types of
QCA are decided. The available types of QCA are magnetic, metal-islands, molecular
and semiconductor [8] [9] [10] [11]. Molecular QCA is the most capable type in
which single molecular can act as a cell. Small size molecular QCA cells are
fabricated using self-assembly process [12]. Magnetic and metal-island QCA can
Vaishali Dhare and Usha Mehta
http://www.iaeme.com/IJARET/index.asp 150 editor@iaeme.com
achieve the speed up to MHz while semiconductor and molecular QCA can achieve
the speed up to THz.
The basic building blocks of QCA are majority voter, inverter, binary wire, 450
inverter chain [13]. A majority gate is basic element which works as a logic gate in
QCA. It consists of three inputs and one output, as shown in Fig. 2. The Boolean
function of the majority gate is given as F = AB + BC + AC. The output of the
majority gate, as indicated by the name, is determined by the majority of its three
inputs. For example, if two of the inputs are low, the output will be a low. If two of
the inputs are high, then output will be a high. Here high refers to the polarization
state P = +1, and low refers to the polarization state P = -1. The truth table of a
majority gate covering all possible combination of inputs and corresponding output is
shown in Table 1.
Figure 2 QCA Majority Gate
Table 1 Truth table of majority gate
QCA inverter is shown in Fig.3, is another fundamental logic gate in QCA with
one input and one output. It takes the input logic and produces its inverse logic on
output. The truth table of it is given in Table 2. If the input is logic High, the output
will be Low. If the input is logic Low, the output will be high. So many
implementations are possible for inverter but the given one is robust implementation.
Figure 3 QCA Inverter
Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ
http://www.iaeme.com/IJARET/index.asp 151 editor@iaeme.com
Table 2 Truth table for QCA inverter
One can have conventional logic gates such as AND and OR gate using majority
gate. An AND gate and an OR gate can be easily built using a majority gate by fixing
one of its input to either low or high respectively. Fig. 4(a) shows a QCA design of a
two-input AND gate and Fig. 4(b) shows a QCA design of a two-input OR gate. The
truth tables of AND gate and OR gate are shown in Table 3(a) and (b) respectively.
Figure 4 QCA (a) AND gate (b) OR gate
Table 3 Truth table for AND and OR gate
A binary wire is used to transfer information from one part of the circuit to
another. In a QCA circuit, a wire not only helps in information transfer, it actually can
performs some computational operation on the information to be transferred. The two
basic types of wire in QCA are the normal wire and the inverter chain.
Figure 5 Binary QCA Wire
Figure 6 An Inverter 45o
chain
Coplanar wire crossing is possible in QCA unlike conventional CMOS. It enables
the QCA wire to cross in the plane without changing the value being transmitted on
Vaishali Dhare and Usha Mehta
http://www.iaeme.com/IJARET/index.asp 152 editor@iaeme.com
either wires. Coplanar wire crossing needs wires to be of different orientation, i.e.,
one of them should be of 90-degree orientation and other of 45-degree orientation.
Fig. 7. shows an example of coplanar wire crossing, where value of Input1 flows
towards Output1 and Output 2 determines the value of Input2.
Figure 7 Coplanar QCA wire crossing
Clocking in QCA provides the power gain. It is important in QCA circuit. In
clocking of QCA, clock signal is given to each cell [14]. Two types of clocking
schemes are possible for QCA one is abrupt clocking scheme and another is adiabatic
clocking scheme.
QCA has a clocking mechanism that consists of four clock signals with equal
frequencies. One of the clock signals can be considered the reference (phase = 0) and
the others are delayed one (phase = π/2), two (phase = π) and three (phase = 3π/2)
quarters of a period as shown in Fig. 8.
Figure 8 Clocking scheme
3. DEFECTS IN QCA
The defect classification is shown in Fig. 9. There are possibility of defect during
synthesis and deposition phase. In synthesis phase single cell is fabricated while in
deposition phase the cells are placed on substrate at desired location [15].
In synthesis phase dot size variation can occur. Also there is change in size of cell
in the synthesis phase. In the deposition phase cell misalignment, missing cell and
additional cell deposition defects can occur. In the cell misalignment deposition
defect, the cell can be misplaced from its defect free structure. In this defect cell can
be displaced from its original location in the QCA basic devices discussed in the
section II.
In the missing cell deposition defect the single or multiple cell can be missed in
the QCA device. In the additional cell deposition defects the extra cell is going to be
deposited nearer to the QCA device.
Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ
http://www.iaeme.com/IJARET/index.asp 153 editor@iaeme.com
Figure 9 Types of defect
The deposition defects are analyzed in molecular QCA devices and circuits in
[15]. This deposition may cause the missing cell or an additional cell which are nearer
to the layout or placed within the layout of a device. Extensive simulation and the
impact of missing cell and additional cell defects were evaluated for in the devices
like majority voter, inverter, different wire types like straight, L-shape, coplanar
crossing and fanout.
The misalignment and displacement defects are analyzed in [16, 17].
4. HARDWARE DESCRIPTION LANGUAGE FOR QCA
The layout design and simulator tool is available to observe the response of QCA
circuits named QCADesigner [18, 19]. The single missing cell defects can be
analysed using QCADesigner. To support and describe the logical behavior of the
circuit and system, hardware description language must be available. VHDL and
Verilog are two widely used HDLs. Synthesis using these languages consists basic,
universal gates since they are available as primitives. In QCA circuit and system the
basic elements are MV, inverter. QCA circuit is basically network of MVs and
inverters. So primitives of MV must be available. The hardware description language
for this kind of primitives of QCA is developed in [7]. This is known as HDLQ.
Apart from the QCA logical circuit synthesis which gives the combinations of
MVs and inverter using HDLQ, there has to be provision of analysis of defects or
faults discussed in section III. The developed HDLQ [7] also support this feature.
HDLQ allows the designer to verify the logic characteristics of a QCA system and the
unique features of QCA such as bidirectionality and timing/clocking partitioning as
well.
As given in [20] fault-injection involves the deliberate insertion of faults or errors
into a computer system to determine its response. Fault injection using HDLQ would
be done at the logical level.
1. Majority Voter primitive in HDLQ with fault injection capability Consider the
majority voter shown in Fig. 10.
Defects
Synthesis
Phase
Dot Size
Cell
Size/SpaceClock
Circuitary
Deposition
Phase
Misalignment
Lateral
Displacement
Rotation
Missing Cell
Additional Cell
Vaishali Dhare and Usha Mehta
http://www.iaeme.com/IJARET/index.asp 154 editor@iaeme.com
Figure 10 Majority voter
MV implements the function F (A, B, C) = AB+BC+AC. The single missing cell
and additional cell deposition defects carried in [15], MV has faults stuck_ at_ B
(s_a_B) and F (A’, B, C’). Two auxiliary inputs fault0 and fault1 are available in the
HDLQ MV primitive as shown in Fig. 11.
Fig.11. shows the synthesis result of HDLQ MV using Xillinx ISE tool. If fault0 =
0, fault1 = 0 then it is considered as the fault-free configuration. If fault0 = 0, fault1 =
1 then it is considered as the stuck-at-B fault. If fault0 = 1 and fault1 = 0 then it is
considered as the fault F (A’, B, C’).
Figure 11 Majority voter primitive synthesis using HDLQ
Simulation can be done by setting the values of auxiliary inputs fault0 and fault1
for the corresponding fault injection. Simulation results for fault S_a_B is shown in
Fig.12. Here the value of auxiliary inputs are, fault0=0 and fault1=1.
When input A=0, B=1 and C=0 the out (F) which is the majority of these must be
logic 0. Since the presence of S_a_B fault the out (F) is at logic 1.
Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ
http://www.iaeme.com/IJARET/index.asp 155 editor@iaeme.com
Figure 12 Simulation result for MV at S_a_B fault
The Table 4 shows the effect of output due to S_a_B fault for the various
combinations of input.
Table 4 Effect of S_a_B fault
A B C
F
Fault Free
F
Faulty
0 0 0 0 0
0 0 1 0 0
0 1 0 0 1
0 1 1 1 1
1 0 0 0 0
1 0 1 1 0
1 1 0 1 1
1 1 1 1 1
HDLQ supports the fault injection capabilities for all basic building blocks. Using
this feature of HDLQ, effects of faults can be analyzed in QCA circuits and systems.
In this way the defect analysis and fault effects could be carried out for QCA basic
building blocks MV, inverter, binary wire, L-Shaped wire and fanout.
5. DEFECT ANALYSIS OF QCA COMBINATIONAL CIRCUITS
The given combinational circuit or its Boolean function must be synthesis into QCA
MV and inverter network. Synthesis tools reported in [21] are used to convert the
given Boolean function into QCA MV and inverter network.
In this paper 2X1 multiplexer, adder are implemented using HDLQ. Single
missing cell defect analysis and fault effects are carried out using HDLQ. This
analysis will further helpful for the development of testing methods for QCA circuits
and systems.
The single missing cell deposition defect analysis also possible using
QCADesigner [18] at the layout level. The single missing cell deposition defect
analysis are carried out in [16] using QCADesigner. Also in [22] the defect analysis
of adder is carried out layout level using QCADesigner and at logic level using
HDLQ. Both the results are compared and found equivalent.
The Fig.13. shows QCA 2x1 multiplexer using MVs and inverter. Here AND and
OR gates are implemented by keeping one of the inputs of MV at logic 0 and logic 1
respectively.
Figure 13 QCA 2X1 Multiplexer
Vaishali Dhare and Usha Mehta
http://www.iaeme.com/IJARET/index.asp 156 editor@iaeme.com
MV1out = I0S0
MV2out = I1S1
Where S1=S0’
MV3out = out = I0S0+ I1S1
The 2X1 multiplexer shown in Fig. 13. is implemented in HDLQ for the defect
and fault analysis. The instantiations of all HDLQ modules for MV and inverter are
taken. The testbench is also developed. Xillinx 13.1 ISE tool is used.
Here one by one fault is injected in the HDLQ to observe the response of the QCA
2X1 multiplexer.
For Example
Consider the Majority Voter 1 (MV1). As discuss in section IV, the S_a_B fault is
injected by setting the values of fault0 and fault 1 as logic 0 and logic 1 respectively.
The snap shot of HDLQ simulation of 2X1 multiplexer for MV1 at s_a_B is shown in
Fig. 14.
Figure 14 Simulation of 2X1 multiplexer for MV1 at s_a_B
For fault free condition, if I0=0 and I1=1 the output must be logic 0. In case of
presence of S_a_B fault, the out=1. This is because MV1 S_a_B means the output of
MV1 is S0 instead of I0S0.
MV1out = S0 (due to S_a_B)
MV2out = I1S1
Where S1=S0’
MV3out = out = S0+ I1S1
If I0=0 and I1=1 out will be logic 1 instead of 0.
The all possible defects and faults are analysed for QCA 2X1 multiplexer in all
basic devices like MV and inverter.
The fault caused by the defects and its effects on output is summarized in Table 5.
Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ
http://www.iaeme.com/IJARET/index.asp 157 editor@iaeme.com
Table 5 Analysis of defects and faults on 2X1 multiplexer
Input
Fault
Free
output
MV1 MV2 MV3
Inverte
r
I0 I1 S0 S1 out S_a_B F(A’BC’) S_a_B F(A’BC’) S_a_B F(A’BC’) S_a_A
out
0 0 0 1 0 0 0 1 1 0 0 0
0 0 1 0 0 1 1 0 0 0 0 0
0 1 0 1 0 1 1 1 1 1 0 0
0 1 1 0 1 1 1 0 1 0 0 1
1 0 0 1 1 1 1 1 1 0 0 0
1 0 1 0 0 1 1 1 1 0 0 1
1 1 0 1 1 1 1 1 1 1 0 0
1 1 1 0 1 1 1 1 1 0 0 1
6. CONCLUSION
The defects in the future nanotechnology is more likely to occur. The defect analysis
for deposition missing cell and additional cell in the QCA circuit can be done using
Hardware Description Language for QCA, HDLQ. In this paper the analysis of defect
and faults are done for 2X1 multiplexer using HDLQ. The fault free and faulty
outputs are observed which will be useful for the test generation and the testing.
REFERENCES
[1] K.Likharev, Single electron devices and their applications, Proc. of the IEEE,
87(4), pp. 606–632, April 1999.
[2] C. S. Lent, P. D. Taugaw, W. Porod, and G. H. Bernstein, Quantum cellular
automata, Nanotechnology, 4, pp.49–57, 1993.
[3] K. Chen, K. Maezawa, and M. Yamamoto, Inp-based high-performance
monostable-bistable transition logic elements (MOBILE’s) using integrated
multiple input resonant-tunneling devices, IEEE Electron Device Letters,
17(3), pp. 127–129, March 1996.
[4] G. L. Snider, A. O. Orlov, I. Amlani, X. Zuo, G. H. Bernstein, C. S. Lent, J.
L. Merz, Quantum-dot cellular automata: Review and recent experiments,
Journal of Applied Physics, 85(8), pp. 4283–4285, April 1999.
[5] Craig S. Lent and Gregory L. Snider, The development of quantum-dot
cellular automata, Field Coupled Nanocomputing, LNCS, Springer, pp.3–20,
2014.
[6] Vaishali Dhare, Usha Mehta, Defect characterization and testing of QCA
devices and circuits: A survey, 19th
International symposium on VLSI Design
and Test 2015, pp. 1-2, June 2015.
[7] M. Ottavi, L. Schiano, and F. Lombardi, HDLQ: A HDL environment for
QCA design, ACM J. Emerging Technol. Comput. Syst., 2(4), pp. 243–261,
Oct. 2006.
Vaishali Dhare and Usha Mehta
http://www.iaeme.com/IJARET/index.asp 158 editor@iaeme.com
[8] C.S. Lent and P.D, Tougaw, A device architecture for computing with
quantum dots, in proc. of the IEEE, 85(4), pp. 541-557, 1997.
[9] R.P. Cowburn and M.E. Welland, Room temperature magnetic quantum
cellular automata, Science, 2000.
[10] A. O. Orlov, Ravi K. Kummamuru, Rajagopal Ramasubramaniam, Geza
Toth, Craig S. Lent, Gary H. Bernstein, and Gregory L. Snider, Experimental
demonstration of a latch in clocked quantum-dot cellular automata, Applied
Physics Letters, 78(11):1625 –1627, March 2001.
[11] Craig S. Lent, Bypassing the transistor paradigm, Science, 288(5471):1597–
1599, 2000.
[12] Qi, H., Sharma, S., Li, Z., Snider, G. L., Orlov, A. O., Lent,C.S., Andfehiner,
T. P., Molecular quantum cellular automata cells: Electric field driven
switching of a silicon surface bound array of vertically oriented two-dot
molecular QCA, Journal of American. Chem. Society, pp.15250–15259,
2003.
[13] P. Tougaw and C. Lent, Logical devices implemented using quantum cellular
automata, Journal of Applied Physics, 75(3), pp. 1818–1825, 1994.
[14] K. Hennessy and C. Lent, Clocking of molecular quantum-dot cellular
automata, Journal of Vaccum Science and Technology, 19(5), pp. 1752–1755,
2001.
[15] M. Momenzadeh, M. Ottavi and F. Lombardi, Modeling qca defects at
molecular-level in combinational circuits, in Proc. of the 20th
IEEE DFT, pp.
208–216, 2005.
[16] M. Tahoori, M. Momenzadeh, J. Huang, and F. Lombardi, Testing of
quantum cellular automata, IEEE Trans. on Nanotechnology, 3(4), pp. 432–
442, 2004.
[17] M. B. Tahoori, M. Momenzadeh, J. Huang, and F. Lombardi, Defects and
faults in quantum cellular automata at nano scale, in Proc. of the 22nd
IEEE
VTS, pp. 291–296, 2004.
[18] K. Walus, T. Dysart, G. A. Jullien, and R. A. Budiman, QCA Designer: A
rapid design and simulation tool for quantum-dot cellular automata, IEEE
Trans. Nanotechnology, 3(1), pp. 26–31, Mar. 2004.
[19] http://www.mina.ubc.ca/qcadesigner
[20] Clark J. A, Pradhan D. K. 1995. Fault injection: A method for validating
computer-system dependability. Comput, 47–56.
[21] Rui Zhang, Pallav Gupta, and Niraj K. Jha., Synthesis of majority and
minority networks and its applications to QCA, TPL and SET based
nanotechnologies, IEEE Transactions on Computer-Aided Design of
Integrated Circuits and Systems, pages 229–234, 2005.
[22] Anitya Kumar Gupta and Arun Kumar. Quantum Programing in Computer
World. International Journal of Computer Engineering and Technology,
6(8), 2015, pp. 20–23.
[23] R.Lalu Naik, Dr.P.Chenna Reddy. Secure Authenticated of Bb84 Quantum
Key Distribution Protocols. International Journal of Computer Engineering
and Technology, 3(2), 2012, pp. 280–287.
[24] Vaishali Dhare, Usha Mehta, Fault Analysis of QCA Combinational Circuit
at Layout & Logic Level, IEEE WIE international conference on electrical
and Computer Engineering, Dhaka, Bangladesh, 19–20 Dec. 2015.

Mais conteúdo relacionado

Mais procurados

Mais procurados (17)

LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNSLOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
 
Analogy Fault Model for Biquad Filter by Using Vectorisation Method
Analogy Fault Model for Biquad Filter by Using Vectorisation Method Analogy Fault Model for Biquad Filter by Using Vectorisation Method
Analogy Fault Model for Biquad Filter by Using Vectorisation Method
 
Design of Quantum Dot Cellular Automata Based Parity Generator and Checker wi...
Design of Quantum Dot Cellular Automata Based Parity Generator and Checker wi...Design of Quantum Dot Cellular Automata Based Parity Generator and Checker wi...
Design of Quantum Dot Cellular Automata Based Parity Generator and Checker wi...
 
Design of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
Design of a Low-Power 1.65 GBPS Data Channel for HDMI TransmitterDesign of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
Design of a Low-Power 1.65 GBPS Data Channel for HDMI Transmitter
 
Ijciet 10 02_067
Ijciet 10 02_067Ijciet 10 02_067
Ijciet 10 02_067
 
A New Proposal for OFCC-based Instrumentation Amplifier
A New Proposal for OFCC-based Instrumentation AmplifierA New Proposal for OFCC-based Instrumentation Amplifier
A New Proposal for OFCC-based Instrumentation Amplifier
 
Integrated Active Filters using low gain modules
Integrated Active Filters using low gain modulesIntegrated Active Filters using low gain modules
Integrated Active Filters using low gain modules
 
Modeling and simulation of fourteen bus system employing D-STATCOM for power ...
Modeling and simulation of fourteen bus system employing D-STATCOM for power ...Modeling and simulation of fourteen bus system employing D-STATCOM for power ...
Modeling and simulation of fourteen bus system employing D-STATCOM for power ...
 
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMLOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
 
DESIGN OF A HIGH PRECISION, WIDE RANGED ANALOG CLOCK GENERATOR WITH FIELD PRO...
DESIGN OF A HIGH PRECISION, WIDE RANGED ANALOG CLOCK GENERATOR WITH FIELD PRO...DESIGN OF A HIGH PRECISION, WIDE RANGED ANALOG CLOCK GENERATOR WITH FIELD PRO...
DESIGN OF A HIGH PRECISION, WIDE RANGED ANALOG CLOCK GENERATOR WITH FIELD PRO...
 
16nm bulk cmos docccii based configurable analog
16nm bulk cmos docccii based configurable analog16nm bulk cmos docccii based configurable analog
16nm bulk cmos docccii based configurable analog
 
Experimental Study of SBPWM for Z-Source Inverter Five Phase
Experimental Study of SBPWM for Z-Source Inverter Five PhaseExperimental Study of SBPWM for Z-Source Inverter Five Phase
Experimental Study of SBPWM for Z-Source Inverter Five Phase
 
E010243540
E010243540E010243540
E010243540
 
Dual output DC-DC quasi impedance source converter
Dual output DC-DC quasi impedance source converterDual output DC-DC quasi impedance source converter
Dual output DC-DC quasi impedance source converter
 
A New Multilevel Inverter with Reduced Number of Switches
A New Multilevel Inverter with Reduced Number of SwitchesA New Multilevel Inverter with Reduced Number of Switches
A New Multilevel Inverter with Reduced Number of Switches
 
Ijetcas14 647
Ijetcas14 647Ijetcas14 647
Ijetcas14 647
 
Improved performance with fractional order control for asymmetrical cascaded ...
Improved performance with fractional order control for asymmetrical cascaded ...Improved performance with fractional order control for asymmetrical cascaded ...
Improved performance with fractional order control for asymmetrical cascaded ...
 

Destaque

Quantum Dot Light Emitting Diode
Quantum Dot Light Emitting Diode Quantum Dot Light Emitting Diode
Quantum Dot Light Emitting Diode
Zohaib HUSSAIN
 
Quantum dot lasers
Quantum dot lasersQuantum dot lasers
Quantum dot lasers
Bise Mond
 

Destaque (11)

Graphene Quantum Dots
Graphene Quantum DotsGraphene Quantum Dots
Graphene Quantum Dots
 
Nanogold & Quantum Dot as Novel Biosensors
Nanogold & Quantum Dot as Novel BiosensorsNanogold & Quantum Dot as Novel Biosensors
Nanogold & Quantum Dot as Novel Biosensors
 
Quantum dOTS updated
Quantum dOTS  updated Quantum dOTS  updated
Quantum dOTS updated
 
Quantum Dots_MEEE_AIUB
Quantum Dots_MEEE_AIUBQuantum Dots_MEEE_AIUB
Quantum Dots_MEEE_AIUB
 
Quantum dot
Quantum dotQuantum dot
Quantum dot
 
Quantum dots
Quantum dotsQuantum dots
Quantum dots
 
Quantum Dot Light Emitting Diode
Quantum Dot Light Emitting Diode Quantum Dot Light Emitting Diode
Quantum Dot Light Emitting Diode
 
Effect of Electron - Phonon Interaction on electron Spin Polarization in a q...
Effect of Electron - Phonon Interaction on electron  Spin Polarization in a q...Effect of Electron - Phonon Interaction on electron  Spin Polarization in a q...
Effect of Electron - Phonon Interaction on electron Spin Polarization in a q...
 
quantum dots
quantum dotsquantum dots
quantum dots
 
Quantum dot lasers
Quantum dot lasersQuantum dot lasers
Quantum dot lasers
 
Quantum Dots
Quantum DotsQuantum Dots
Quantum Dots
 

Semelhante a DEFECT ANALYSIS OF QUANTUM-DOT CELLULAR AUTOMATA COMBINATIONAL CIRCUIT USING HDLQ

ElsevierJournal_ Yashraj
ElsevierJournal_ YashrajElsevierJournal_ Yashraj
ElsevierJournal_ Yashraj
Yashraj Sahu
 
Design of low power barrel shifter and rotator using two phase clocked adiaba...
Design of low power barrel shifter and rotator using two phase clocked adiaba...Design of low power barrel shifter and rotator using two phase clocked adiaba...
Design of low power barrel shifter and rotator using two phase clocked adiaba...
eSAT Publishing House
 
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
theijes
 

Semelhante a DEFECT ANALYSIS OF QUANTUM-DOT CELLULAR AUTOMATA COMBINATIONAL CIRCUIT USING HDLQ (20)

Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
Low-Cost Synthesis Approach for Reversible Authenticator Circuits in QCA Envi...
 
Analysis on Fault Mapping of Reversible Gates with Extended Hardware Descript...
Analysis on Fault Mapping of Reversible Gates with Extended Hardware Descript...Analysis on Fault Mapping of Reversible Gates with Extended Hardware Descript...
Analysis on Fault Mapping of Reversible Gates with Extended Hardware Descript...
 
An Explicit Cell-Based Nesting Robust Architecture and Analysis of Full Adder
An Explicit Cell-Based Nesting Robust Architecture and Analysis of Full AdderAn Explicit Cell-Based Nesting Robust Architecture and Analysis of Full Adder
An Explicit Cell-Based Nesting Robust Architecture and Analysis of Full Adder
 
Two Bit Arithmetic Logic Unit (ALU) in QCA
Two Bit Arithmetic Logic Unit (ALU) in QCATwo Bit Arithmetic Logic Unit (ALU) in QCA
Two Bit Arithmetic Logic Unit (ALU) in QCA
 
ElsevierJournal_ Yashraj
ElsevierJournal_ YashrajElsevierJournal_ Yashraj
ElsevierJournal_ Yashraj
 
IRJET- A Novel Design of Flip Flop and its Application in Up Counter
IRJET-  	  A Novel Design of Flip Flop and its Application in Up CounterIRJET-  	  A Novel Design of Flip Flop and its Application in Up Counter
IRJET- A Novel Design of Flip Flop and its Application in Up Counter
 
Cost-effective architecture of decoder circuits and futuristic scope in the e...
Cost-effective architecture of decoder circuits and futuristic scope in the e...Cost-effective architecture of decoder circuits and futuristic scope in the e...
Cost-effective architecture of decoder circuits and futuristic scope in the e...
 
L1802037276
L1802037276L1802037276
L1802037276
 
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
FAULT DETECTION IN FIVE BUS SYSTEM USING MATLAB & SIMULINK (DISCRETE WAVELET ...
 
Design of low power barrel shifter and rotator using two phase clocked adiaba...
Design of low power barrel shifter and rotator using two phase clocked adiaba...Design of low power barrel shifter and rotator using two phase clocked adiaba...
Design of low power barrel shifter and rotator using two phase clocked adiaba...
 
Design and Development of 4-Bit Adder Programmable QCA Design using ALU Techn...
Design and Development of 4-Bit Adder Programmable QCA Design using ALU Techn...Design and Development of 4-Bit Adder Programmable QCA Design using ALU Techn...
Design and Development of 4-Bit Adder Programmable QCA Design using ALU Techn...
 
Presentation of a fault tolerance algorithm for design of quantum-dot cellul...
Presentation of a fault tolerance algorithm for design of  quantum-dot cellul...Presentation of a fault tolerance algorithm for design of  quantum-dot cellul...
Presentation of a fault tolerance algorithm for design of quantum-dot cellul...
 
Design and Development of a Single Channel Analyzer with Microcontroller Base...
Design and Development of a Single Channel Analyzer with Microcontroller Base...Design and Development of a Single Channel Analyzer with Microcontroller Base...
Design and Development of a Single Channel Analyzer with Microcontroller Base...
 
Design & analysis various basic logic gates usingQuantum Dot Cellular Automat...
Design & analysis various basic logic gates usingQuantum Dot Cellular Automat...Design & analysis various basic logic gates usingQuantum Dot Cellular Automat...
Design & analysis various basic logic gates usingQuantum Dot Cellular Automat...
 
My mind.dot
My mind.dotMy mind.dot
My mind.dot
 
Designing of an Energy-Efficient Nanoelectronics Architecture for Binary Comp...
Designing of an Energy-Efficient Nanoelectronics Architecture for Binary Comp...Designing of an Energy-Efficient Nanoelectronics Architecture for Binary Comp...
Designing of an Energy-Efficient Nanoelectronics Architecture for Binary Comp...
 
A 20 Gb/s INJECTION-LOCKED CLOCK AND DATA RECOVERY CIRCUIT
A 20 Gb/s INJECTION-LOCKED CLOCK AND DATA RECOVERY CIRCUITA 20 Gb/s INJECTION-LOCKED CLOCK AND DATA RECOVERY CIRCUIT
A 20 Gb/s INJECTION-LOCKED CLOCK AND DATA RECOVERY CIRCUIT
 
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
Practical Implementation for Stator Faults Protection and Diagnosisin 3-Ph IM...
 
IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder us...
IRJET-  	  Comparative Study of Implementation of 8-Bit Carry Select Adder us...IRJET-  	  Comparative Study of Implementation of 8-Bit Carry Select Adder us...
IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder us...
 
Ijetcas14 641
Ijetcas14 641Ijetcas14 641
Ijetcas14 641
 

Mais de 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
 

Mais de 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
 

Último

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Dr.Costas Sachpazis
 

Último (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 

DEFECT ANALYSIS OF QUANTUM-DOT CELLULAR AUTOMATA COMBINATIONAL CIRCUIT USING HDLQ

  • 1. http://www.iaeme.com/IJARET/index.asp 148 editor@iaeme.com International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 148–158, Article ID: IJARET_07_02_014 Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=7&IType=2 Journal Impact Factor (2016): 8.8297 (Calculated by GISI) www.jifactor.com ISSN Print: 0976-6480 and ISSN Online: 0976-6499 © IAEME Publication ___________________________________________________________________________ DEFECT ANALYSIS OF QUANTUM-DOT CELLULAR AUTOMATA COMBINATIONAL CIRCUIT USING HDLQ Vaishali Dhare Research Scholar, Institute of Technology, Nirma University, Ahmedabad, Gujrat, India Usha Mehta Professor, Institute of Technology, Nirma University, Ahmedabad, Gujrat, India ABSTRACT CMOS technology has achieved the device dimension in the nanometer range. Beyond this CMOS technology is the QCA (Quantum-dot Cellular Automata). Due to nanoscale defects may occur in this technology so in the consequences of it the faults will occur. This paper presents the defect analysis of QCA basic devices like Majority Voter (MV), inverter. The defect analysis and its effects on the output of combinational circuit using Hardware Description Language for QCA (HDLQ) is presented in this paper. Index Terms: Quantum-Dot, QCA, Defect, HDLQ Cite this Article: Vaishali Dhare and Usha Mehta. Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ. International Journal of Advanced Research in Engineering and Technology, 7(2), 2016, pp. 148–158. http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=7&IType=2 1. INTRODUCTION CMOS technology has achieved the device dimension in the nanometer range. Further if this technology scale down the effects like doping fluctuations, short channel effects, and ultra-thin gate oxides may occur. Nanotechnologies that can be substitute to CMOS technology are Single Electron Transistor (SET) [1], Quantum-dot Cellular Automata (QCA) [2] and Resonant Tunneling Diodes (RTD) [3]. Researchers claimed that Quantum-dot Cellular Automata is best solution to the replacement of conventional CMOS technology [2]. It is also predicted that QCA will implement the digital circuits with no current conduction so the power dissipation will be extremely
  • 2. Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ http://www.iaeme.com/IJARET/index.asp 149 editor@iaeme.com low. Since the information flow due to the interaction of cells, the speed can be achieved up to THz. The dimensions of QCA cells will be very less, in nanometer so higher device density can be achieved. [4]. Basically QCA consists of the array of cells in which information hold and transfer from source to destination with the help of the Coulombic interaction between cell to cell [5]. Due to the nanostructure of the cells of QCA, there is possibility of the occurrence of defects in the QCA devices and circuits. At nanoscale, there are chances of defects in QCA devices and systems. The survey on various defects is carried out in [6]. It is discussed in section III. So it important to analyzed the defects in the QCA devices and circuits. This analysis will helpful to decide fault model and testing of QCA circuits. In this paper the QCA combinational circuit is implemented using Hardware Description Language for QCA (HDLQ) [7]. Also the defects and fault effects on the output of the QCA combinational circuit is analyzed using HDLQ. The sections of paper is arranged as follows, section II contents the background of the concepts of QCA. The defect classification and earlier work done is carried out in section III. About the HDLQ and its features given in section IV. Defect analysis of QCA combinational circuit is discussed in section V. Paper is concluded in section VI. 2. BACKGROUND QCA consists of array of cells in which each cell contains four, five or six quantum dots depending upon the types. Two electrons are free to tunnel between the quantum dots. The arrangement of quantum dot cell is shown in. Fig. 1. [8]. Four quantum dot cell is shown in Fig.1. All four dots are positioned at the corners of a square cell. (a) (b) Figure 1 Four-dot QCA cell Because of the Coulombic repulsion the electrons in the cell occupy antipodal sites as shown in Fig. 1. Polarization of shown configuration is calculated using equation 1 given below     4321 4231     P 1 According equation 1, the polarization for Fig.1. (a) is P=+1 and for Fig.1. (b) is P=-1. Polarizations P=+1 and P=-1 are encoded as binary ‘1’ and ‘0’ respectively. According to the material used for quantum dot to make QCA cell the types of QCA are decided. The available types of QCA are magnetic, metal-islands, molecular and semiconductor [8] [9] [10] [11]. Molecular QCA is the most capable type in which single molecular can act as a cell. Small size molecular QCA cells are fabricated using self-assembly process [12]. Magnetic and metal-island QCA can
  • 3. Vaishali Dhare and Usha Mehta http://www.iaeme.com/IJARET/index.asp 150 editor@iaeme.com achieve the speed up to MHz while semiconductor and molecular QCA can achieve the speed up to THz. The basic building blocks of QCA are majority voter, inverter, binary wire, 450 inverter chain [13]. A majority gate is basic element which works as a logic gate in QCA. It consists of three inputs and one output, as shown in Fig. 2. The Boolean function of the majority gate is given as F = AB + BC + AC. The output of the majority gate, as indicated by the name, is determined by the majority of its three inputs. For example, if two of the inputs are low, the output will be a low. If two of the inputs are high, then output will be a high. Here high refers to the polarization state P = +1, and low refers to the polarization state P = -1. The truth table of a majority gate covering all possible combination of inputs and corresponding output is shown in Table 1. Figure 2 QCA Majority Gate Table 1 Truth table of majority gate QCA inverter is shown in Fig.3, is another fundamental logic gate in QCA with one input and one output. It takes the input logic and produces its inverse logic on output. The truth table of it is given in Table 2. If the input is logic High, the output will be Low. If the input is logic Low, the output will be high. So many implementations are possible for inverter but the given one is robust implementation. Figure 3 QCA Inverter
  • 4. Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ http://www.iaeme.com/IJARET/index.asp 151 editor@iaeme.com Table 2 Truth table for QCA inverter One can have conventional logic gates such as AND and OR gate using majority gate. An AND gate and an OR gate can be easily built using a majority gate by fixing one of its input to either low or high respectively. Fig. 4(a) shows a QCA design of a two-input AND gate and Fig. 4(b) shows a QCA design of a two-input OR gate. The truth tables of AND gate and OR gate are shown in Table 3(a) and (b) respectively. Figure 4 QCA (a) AND gate (b) OR gate Table 3 Truth table for AND and OR gate A binary wire is used to transfer information from one part of the circuit to another. In a QCA circuit, a wire not only helps in information transfer, it actually can performs some computational operation on the information to be transferred. The two basic types of wire in QCA are the normal wire and the inverter chain. Figure 5 Binary QCA Wire Figure 6 An Inverter 45o chain Coplanar wire crossing is possible in QCA unlike conventional CMOS. It enables the QCA wire to cross in the plane without changing the value being transmitted on
  • 5. Vaishali Dhare and Usha Mehta http://www.iaeme.com/IJARET/index.asp 152 editor@iaeme.com either wires. Coplanar wire crossing needs wires to be of different orientation, i.e., one of them should be of 90-degree orientation and other of 45-degree orientation. Fig. 7. shows an example of coplanar wire crossing, where value of Input1 flows towards Output1 and Output 2 determines the value of Input2. Figure 7 Coplanar QCA wire crossing Clocking in QCA provides the power gain. It is important in QCA circuit. In clocking of QCA, clock signal is given to each cell [14]. Two types of clocking schemes are possible for QCA one is abrupt clocking scheme and another is adiabatic clocking scheme. QCA has a clocking mechanism that consists of four clock signals with equal frequencies. One of the clock signals can be considered the reference (phase = 0) and the others are delayed one (phase = π/2), two (phase = π) and three (phase = 3π/2) quarters of a period as shown in Fig. 8. Figure 8 Clocking scheme 3. DEFECTS IN QCA The defect classification is shown in Fig. 9. There are possibility of defect during synthesis and deposition phase. In synthesis phase single cell is fabricated while in deposition phase the cells are placed on substrate at desired location [15]. In synthesis phase dot size variation can occur. Also there is change in size of cell in the synthesis phase. In the deposition phase cell misalignment, missing cell and additional cell deposition defects can occur. In the cell misalignment deposition defect, the cell can be misplaced from its defect free structure. In this defect cell can be displaced from its original location in the QCA basic devices discussed in the section II. In the missing cell deposition defect the single or multiple cell can be missed in the QCA device. In the additional cell deposition defects the extra cell is going to be deposited nearer to the QCA device.
  • 6. Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ http://www.iaeme.com/IJARET/index.asp 153 editor@iaeme.com Figure 9 Types of defect The deposition defects are analyzed in molecular QCA devices and circuits in [15]. This deposition may cause the missing cell or an additional cell which are nearer to the layout or placed within the layout of a device. Extensive simulation and the impact of missing cell and additional cell defects were evaluated for in the devices like majority voter, inverter, different wire types like straight, L-shape, coplanar crossing and fanout. The misalignment and displacement defects are analyzed in [16, 17]. 4. HARDWARE DESCRIPTION LANGUAGE FOR QCA The layout design and simulator tool is available to observe the response of QCA circuits named QCADesigner [18, 19]. The single missing cell defects can be analysed using QCADesigner. To support and describe the logical behavior of the circuit and system, hardware description language must be available. VHDL and Verilog are two widely used HDLs. Synthesis using these languages consists basic, universal gates since they are available as primitives. In QCA circuit and system the basic elements are MV, inverter. QCA circuit is basically network of MVs and inverters. So primitives of MV must be available. The hardware description language for this kind of primitives of QCA is developed in [7]. This is known as HDLQ. Apart from the QCA logical circuit synthesis which gives the combinations of MVs and inverter using HDLQ, there has to be provision of analysis of defects or faults discussed in section III. The developed HDLQ [7] also support this feature. HDLQ allows the designer to verify the logic characteristics of a QCA system and the unique features of QCA such as bidirectionality and timing/clocking partitioning as well. As given in [20] fault-injection involves the deliberate insertion of faults or errors into a computer system to determine its response. Fault injection using HDLQ would be done at the logical level. 1. Majority Voter primitive in HDLQ with fault injection capability Consider the majority voter shown in Fig. 10. Defects Synthesis Phase Dot Size Cell Size/SpaceClock Circuitary Deposition Phase Misalignment Lateral Displacement Rotation Missing Cell Additional Cell
  • 7. Vaishali Dhare and Usha Mehta http://www.iaeme.com/IJARET/index.asp 154 editor@iaeme.com Figure 10 Majority voter MV implements the function F (A, B, C) = AB+BC+AC. The single missing cell and additional cell deposition defects carried in [15], MV has faults stuck_ at_ B (s_a_B) and F (A’, B, C’). Two auxiliary inputs fault0 and fault1 are available in the HDLQ MV primitive as shown in Fig. 11. Fig.11. shows the synthesis result of HDLQ MV using Xillinx ISE tool. If fault0 = 0, fault1 = 0 then it is considered as the fault-free configuration. If fault0 = 0, fault1 = 1 then it is considered as the stuck-at-B fault. If fault0 = 1 and fault1 = 0 then it is considered as the fault F (A’, B, C’). Figure 11 Majority voter primitive synthesis using HDLQ Simulation can be done by setting the values of auxiliary inputs fault0 and fault1 for the corresponding fault injection. Simulation results for fault S_a_B is shown in Fig.12. Here the value of auxiliary inputs are, fault0=0 and fault1=1. When input A=0, B=1 and C=0 the out (F) which is the majority of these must be logic 0. Since the presence of S_a_B fault the out (F) is at logic 1.
  • 8. Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ http://www.iaeme.com/IJARET/index.asp 155 editor@iaeme.com Figure 12 Simulation result for MV at S_a_B fault The Table 4 shows the effect of output due to S_a_B fault for the various combinations of input. Table 4 Effect of S_a_B fault A B C F Fault Free F Faulty 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 1 1 1 0 0 0 0 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 HDLQ supports the fault injection capabilities for all basic building blocks. Using this feature of HDLQ, effects of faults can be analyzed in QCA circuits and systems. In this way the defect analysis and fault effects could be carried out for QCA basic building blocks MV, inverter, binary wire, L-Shaped wire and fanout. 5. DEFECT ANALYSIS OF QCA COMBINATIONAL CIRCUITS The given combinational circuit or its Boolean function must be synthesis into QCA MV and inverter network. Synthesis tools reported in [21] are used to convert the given Boolean function into QCA MV and inverter network. In this paper 2X1 multiplexer, adder are implemented using HDLQ. Single missing cell defect analysis and fault effects are carried out using HDLQ. This analysis will further helpful for the development of testing methods for QCA circuits and systems. The single missing cell deposition defect analysis also possible using QCADesigner [18] at the layout level. The single missing cell deposition defect analysis are carried out in [16] using QCADesigner. Also in [22] the defect analysis of adder is carried out layout level using QCADesigner and at logic level using HDLQ. Both the results are compared and found equivalent. The Fig.13. shows QCA 2x1 multiplexer using MVs and inverter. Here AND and OR gates are implemented by keeping one of the inputs of MV at logic 0 and logic 1 respectively. Figure 13 QCA 2X1 Multiplexer
  • 9. Vaishali Dhare and Usha Mehta http://www.iaeme.com/IJARET/index.asp 156 editor@iaeme.com MV1out = I0S0 MV2out = I1S1 Where S1=S0’ MV3out = out = I0S0+ I1S1 The 2X1 multiplexer shown in Fig. 13. is implemented in HDLQ for the defect and fault analysis. The instantiations of all HDLQ modules for MV and inverter are taken. The testbench is also developed. Xillinx 13.1 ISE tool is used. Here one by one fault is injected in the HDLQ to observe the response of the QCA 2X1 multiplexer. For Example Consider the Majority Voter 1 (MV1). As discuss in section IV, the S_a_B fault is injected by setting the values of fault0 and fault 1 as logic 0 and logic 1 respectively. The snap shot of HDLQ simulation of 2X1 multiplexer for MV1 at s_a_B is shown in Fig. 14. Figure 14 Simulation of 2X1 multiplexer for MV1 at s_a_B For fault free condition, if I0=0 and I1=1 the output must be logic 0. In case of presence of S_a_B fault, the out=1. This is because MV1 S_a_B means the output of MV1 is S0 instead of I0S0. MV1out = S0 (due to S_a_B) MV2out = I1S1 Where S1=S0’ MV3out = out = S0+ I1S1 If I0=0 and I1=1 out will be logic 1 instead of 0. The all possible defects and faults are analysed for QCA 2X1 multiplexer in all basic devices like MV and inverter. The fault caused by the defects and its effects on output is summarized in Table 5.
  • 10. Defect Analysis of Quantum-dot Cellular Automata Combinational Circuit using HDLQ http://www.iaeme.com/IJARET/index.asp 157 editor@iaeme.com Table 5 Analysis of defects and faults on 2X1 multiplexer Input Fault Free output MV1 MV2 MV3 Inverte r I0 I1 S0 S1 out S_a_B F(A’BC’) S_a_B F(A’BC’) S_a_B F(A’BC’) S_a_A out 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 1 0 1 0 0 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 0 0 1 6. CONCLUSION The defects in the future nanotechnology is more likely to occur. The defect analysis for deposition missing cell and additional cell in the QCA circuit can be done using Hardware Description Language for QCA, HDLQ. In this paper the analysis of defect and faults are done for 2X1 multiplexer using HDLQ. The fault free and faulty outputs are observed which will be useful for the test generation and the testing. REFERENCES [1] K.Likharev, Single electron devices and their applications, Proc. of the IEEE, 87(4), pp. 606–632, April 1999. [2] C. S. Lent, P. D. Taugaw, W. Porod, and G. H. Bernstein, Quantum cellular automata, Nanotechnology, 4, pp.49–57, 1993. [3] K. Chen, K. Maezawa, and M. Yamamoto, Inp-based high-performance monostable-bistable transition logic elements (MOBILE’s) using integrated multiple input resonant-tunneling devices, IEEE Electron Device Letters, 17(3), pp. 127–129, March 1996. [4] G. L. Snider, A. O. Orlov, I. Amlani, X. Zuo, G. H. Bernstein, C. S. Lent, J. L. Merz, Quantum-dot cellular automata: Review and recent experiments, Journal of Applied Physics, 85(8), pp. 4283–4285, April 1999. [5] Craig S. Lent and Gregory L. Snider, The development of quantum-dot cellular automata, Field Coupled Nanocomputing, LNCS, Springer, pp.3–20, 2014. [6] Vaishali Dhare, Usha Mehta, Defect characterization and testing of QCA devices and circuits: A survey, 19th International symposium on VLSI Design and Test 2015, pp. 1-2, June 2015. [7] M. Ottavi, L. Schiano, and F. Lombardi, HDLQ: A HDL environment for QCA design, ACM J. Emerging Technol. Comput. Syst., 2(4), pp. 243–261, Oct. 2006.
  • 11. Vaishali Dhare and Usha Mehta http://www.iaeme.com/IJARET/index.asp 158 editor@iaeme.com [8] C.S. Lent and P.D, Tougaw, A device architecture for computing with quantum dots, in proc. of the IEEE, 85(4), pp. 541-557, 1997. [9] R.P. Cowburn and M.E. Welland, Room temperature magnetic quantum cellular automata, Science, 2000. [10] A. O. Orlov, Ravi K. Kummamuru, Rajagopal Ramasubramaniam, Geza Toth, Craig S. Lent, Gary H. Bernstein, and Gregory L. Snider, Experimental demonstration of a latch in clocked quantum-dot cellular automata, Applied Physics Letters, 78(11):1625 –1627, March 2001. [11] Craig S. Lent, Bypassing the transistor paradigm, Science, 288(5471):1597– 1599, 2000. [12] Qi, H., Sharma, S., Li, Z., Snider, G. L., Orlov, A. O., Lent,C.S., Andfehiner, T. P., Molecular quantum cellular automata cells: Electric field driven switching of a silicon surface bound array of vertically oriented two-dot molecular QCA, Journal of American. Chem. Society, pp.15250–15259, 2003. [13] P. Tougaw and C. Lent, Logical devices implemented using quantum cellular automata, Journal of Applied Physics, 75(3), pp. 1818–1825, 1994. [14] K. Hennessy and C. Lent, Clocking of molecular quantum-dot cellular automata, Journal of Vaccum Science and Technology, 19(5), pp. 1752–1755, 2001. [15] M. Momenzadeh, M. Ottavi and F. Lombardi, Modeling qca defects at molecular-level in combinational circuits, in Proc. of the 20th IEEE DFT, pp. 208–216, 2005. [16] M. Tahoori, M. Momenzadeh, J. Huang, and F. Lombardi, Testing of quantum cellular automata, IEEE Trans. on Nanotechnology, 3(4), pp. 432– 442, 2004. [17] M. B. Tahoori, M. Momenzadeh, J. Huang, and F. Lombardi, Defects and faults in quantum cellular automata at nano scale, in Proc. of the 22nd IEEE VTS, pp. 291–296, 2004. [18] K. Walus, T. Dysart, G. A. Jullien, and R. A. Budiman, QCA Designer: A rapid design and simulation tool for quantum-dot cellular automata, IEEE Trans. Nanotechnology, 3(1), pp. 26–31, Mar. 2004. [19] http://www.mina.ubc.ca/qcadesigner [20] Clark J. A, Pradhan D. K. 1995. Fault injection: A method for validating computer-system dependability. Comput, 47–56. [21] Rui Zhang, Pallav Gupta, and Niraj K. Jha., Synthesis of majority and minority networks and its applications to QCA, TPL and SET based nanotechnologies, IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, pages 229–234, 2005. [22] Anitya Kumar Gupta and Arun Kumar. Quantum Programing in Computer World. International Journal of Computer Engineering and Technology, 6(8), 2015, pp. 20–23. [23] R.Lalu Naik, Dr.P.Chenna Reddy. Secure Authenticated of Bb84 Quantum Key Distribution Protocols. International Journal of Computer Engineering and Technology, 3(2), 2012, pp. 280–287. [24] Vaishali Dhare, Usha Mehta, Fault Analysis of QCA Combinational Circuit at Layout & Logic Level, IEEE WIE international conference on electrical and Computer Engineering, Dhaka, Bangladesh, 19–20 Dec. 2015.