SlideShare a Scribd company logo
1 of 5
Download to read offline
Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15
www.ijera.com 11 | P a g e
Multiple Valued Logic for Synthesis and Simulation of Digital
Circuits
Bharathi.S.L*, Nagha nandhini.V.D**, Sow Swetha***, Sowmiya.R****,
Sukanya.B*****
(Department of electronics and communication engineering, Panimalar Engineering College, Chennai-123)
ABSTRACT
The Multiple valued logic(MVL) has increased attention in the last decades because of the possibility to
represent the information with more than two discrete levels.Advancing from two-valued to four-valued logic
provides a progressive approach. In new technologies, the most delay and power occurs in the connections
between gates. When designing a function using MVL, we need fewer gates,which implies less number of
connections, then less delay. In the existing system, the 4:1 multiplexer is designed using the MVL logic and
various paramaters are analysed. In the proposed system, the idea of designing a Barrel shifter using the multiple
valued logic and the parameters are all analyzed. All these designs are verified using Modelsim simulator.
Keywords – Feynman, Fredkin, Multiple valued reversible logic, Reversible Barrel shifter
I. INTRODUCTION
A Barrel shifter is the n inputs and n outputs
combinational logic circuit in which k select lines
controls the bit shift operation. Barrel shifter can be
unidirectional allowing data to be shifted only to left
(or right), or bi-directional which provides data to be
rotated or shifted in both the directions. A barrel
shifter having n inputs and k select lines is called (n,
k) barrel shifter. Among the different designs of
barrel shifter, the logarithmic barrel shifter is most
widely used because of its simple design, less area
and the elimination of the decoder circuitry.The n-bit
Logarithmic Barrel Shifter contains log2 (n) stage
where the ith stage either shifts over 2i bits or leaves
the data unchanged. Each stage of a logarithmic
barrel shifter is controlled by a control bit. If the
control bit is set to one then the input data will be
shifted in the associated stage else it remains
unchanged. The proposed work presents the designs
of multiple value barrel shifter.
In the existing system, the 4:1 multiplexer is
designed using the MVL logic. For designing this
logic, they had used the gates like eand1, eand2,
eand3 and suc gates. This multiplexer works on the
basis of the selection lines as the inputs. For
producing outputs one selection line has given as the
input instead of two selection lines. By designing the
synthesis of an MVL multiplexer and latch memory
circuits, based on the ICMVL gates, for illustrating
the utilization of the proposed IC MVL gates for
quaternary MVL is produced.
In the proposed system, the Barrel shifter using
the Multiple Valued Logic is designed. This Barrel
shifter has 4 inputs which is multiple valued and
produces four outputs which is also multiple
valued. This basically performs the shifting operation
in a parallel manner which generates random data as
the outputs. This shifter in turn uses the two different
gates called Feynman gate and Fredkin gate. Thus the
Multiple Valued Barrel shifter is designed and the
parameters are analyzed for the normal shifter. Thus
all these designs will be designed and verified using
the Modelsim Simulator. In the proposed system, the
concept is analyzed for a different gates produces less
power. The overall performance of the system is
good.
II. STANDARD REVERSIBLE GATES
1. INTRODUCTION:
The large number of components in modern
systems on chip (SoCs) presents new challenges to
designers. The high integration of different systems
increases the number and length of interconnections,
hence the overall complexity involving the
connections of these systems. Moreover,
interconnections are becoming the dominant aspect
of the circuit delay for state-of-the-art circuits due to
the advent of deep sub-micron technologies (DSM).
This fact is becoming even more significant with
each new technology generation. Interconnections
play an even more crucial role in Field
Programmable Gate Arrays (FPGA), because they
not only dominate the delay, but they also aggressive
impact power consumption and area. For FPGAs to
reach a larger market, their excessive power
dissipation must be severely reduced. Moreover, if
one could reduce the FPGA area without losing logic
capabilities, one could enhance the yield and reduce
prices, or even increase the amount of memory
available inside the FPGA. To reduce the area of the
FPGA, a reduction in the interconnection is
RESEARCH ARTICLE OPEN ACCESS
Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15
www.ijera.com 12 | P a g e
mandatory, since interconnections take large amount
of area. Multiple-valued logic (MVL) has received
increased attention in the last decades because of the
possibility to represent the information with more
than two discrete levels. Representing data in a MVL
system is more effective than the binary based
representation, because the number of
interconnections can be significantly reduced, with
major impact in all design parameters: less area
dedicated to interconnections; more compact and
shorter interconnections, leading to increased
performance; lower interconnect switched
capacitance, and hence lower global power
dissipation.
In new technologies the most delay and power
occurs in the connections between gates. When
designing a function using Multiple-Valued Logic,
we need fewer gates, which implies less number of
connections, then less delay. Same is true in case of
software (program) realization of logic. Also, most
the natural variables like color, is multi-valued, so it
is better to use multi-valued logic to realize it instead
of coding it into binary.
Thus, there is a need for an innovative approach
in order to push the speed limit of computing. Now is
the time to depart from the two-valued logic to
venture into multi-valued logic and even into infinite-
valued (Fuzzy) logic. Advancing from two-valued to
four-valued logic provides an progressive approach.
Four symbols {0, 1, 2, 3} are needed to distinguish
the four values. The four values might represent
anything, for example, the four bases {A, T, C, G}
found in DNA, or probability {0, 1/3, 2/3, 1}. These
four values can be converted to binary numbers {00,
01, 10, 11}, or they can simply represent integers {0,
1, 2, 3}. It is also possible to start from the ground up
by designing components needed for constructing
four-valued logic circuits. Each four-valued logic
gates will operate two bits of data at a time, and each
memory cell will record two bits at once. Now, each
wire or CPU pin can have four states, which could
double the amount of data that can be transferred
between the CPU and its connected components
without increasing the number of pins on the CPU.
2. Feynman Gate:
Feynman gate is a two input and two output gate.
Quantum cost of a Feynman gate is 1. Feynman Gate
(FG) can be used as a copying gate and Controlled
NOT gate, representation is shown in figure 1.[1]
3. Fredkin Gate:
A 3*3 Fredkin gate means the three input and
three output. Quantum cost of a Fredkin gate is 5.
This gate can be used as a multiplexer, representation
is shown in figure 2. [1]
4. MVL Barrel Shifter:
A Barrel shifter is the n inputs and n outputs
combinational logic circuit in which k select lines
controls the bit shift operation.
III. EQUATIONS
Feynman Gate:
The input vector is I (A, B) and the output vector
is O (P, Q). The outputs are defined by, [1]
 P=A . -------------- (1)
 Q=AB . -------------- (2)
As shown in fig(1), table(1) respectively.
Fredkin Gate:
The input vector is I (A, B, C) and the output
vector is O (P, Q, R). The output is defined by,[1]
 P=A . ----------- (3)
 Q=A′B  AC ---------- (4)
 R=A′C  AB ---------- (5)
IV. FIGURES AND TABLES
Table 1: Truth table of Feynman gate
Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15
www.ijera.com 13 | P a g e
V. SIMULATION RESULTS
Fredkin gate
Feynman Gate
MVL BARREL SHIFTER
Barrel shifter is a digital circuit that can shift a data word by specified no.of bits in one clock cycle. It can
be implemented as a sequence of multiplexer. The advantage of it is it takes one machine cycle only to shift n
no. of values.
Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15
www.ijera.com 14 | P a g e
VI. HARDWARE RESULTS
Power Analysis of Normal Barrel Shifter
Power Analysis of MVL Barrel Shifter
Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15
www.ijera.com 15 | P a g e
VII. CONCLUSION
In this paper, the different gates were analyzed
and designed. These gates exhibit the behavior of the
controlled NOT gate and the multiplexer. This is
further implemented in the design of a four bit barrel
shifter which shifts incoming data and produces
random output. The Barrel shifter designed works on
the basis of Multiple valued logic in which the inputs
and the outputs are multiple values . Thus all these
designs are designed and the outputs are successfully
verified using Modelsim simulator. In future, the
comparison between normal barrel shifter and the
newly designed MVL barrel shifter in terms of
reducing power, delay and area will be shown.
REFERENCES
[1] Reversible Programmable Logic Array
(RPLA) using Fredkin & Feynman Gates for
Industrial Electronics and Applications,
Himanshu Thapliyal, Center for VLSI and
Embedded System Technologies,
International Institute of Information
Technology, Hyderabad-500019, India
[2] S. Hurst, “Multiple-valued logic its status
and its future,” IEEE Trans. On Computers,
C-33(12), 1984, pp.1160-1179.
[3] C.H. Bennett, “Notes on the History of
Reversible Computation”, IBM J. Res. Dev.,
1988, pp.16-23.
[4] A. De Vos, “Towards Reversible Digital
Computers”, Proc. European Conf. on
Circuit Theoryand Design, 1997, Vol. 2, pp.
923-931.
[5] K. Chakrabarty, J.P. Hayes “Balanced
Boolean Functions”, IEE Proceedings –
Computers and Digital Techniques, Vol.
145, 1998, pp. 52-62.
[6] C.H. Bennett, D.P. DiVincenzo, “Quantum
Information and Computation”, Nature, Vol.
404, 2000, pp. 247.
[7] A. Al-Rabadi, M. Perkowski, “New Classes
of Multi-Valued Reversible Decompositions
for Three-Dimensional Layout”, Proc. 5th
Int’l Workshop on Applications of Reed-
Muller Expansion in Circuit Design, 2001,
p. 185-204.
[8] J.W. Bruce, M.A. Thornton, L.
Shivakumaraiah, P.S. Kokate, X. Li,
“Efficient Adder Circuits Based on a
Conservative Reversible Logic Gate”, Proc.
IEEE Symposium on VLSI, 2002, pp. 83-88.
[9] A. Al-Rabadi, L.W. Casperson, “Optical
Realizations of Reversible Logic”, Proc.
11th IEEE/ACM Int’l Workshop on Logic
and Synthesis, 2002, pp. 21-26.
[10] A. Al-Rabadi, Novel Methods for
Reversible Logic Synthesis and Their
Application to Quantum Computing, Ph, D,
Thesis, Portland State University, Portland,
Oregon, Oct. 2002.
[11] A. Al-Rabadi, “Reversible Logic Synthesis
Using Iterative Symmetry Indices
Decomposition“, Proc. 6th Int’l Symp. on
Representations and Methodology of Future
Computing Technology, 2003, pp.104-112.
[12] A. Al-Rabadi, “New Multiple-Valued Galois
Field Sum-of-Product Cascades and Lattices
for Multiple-Valued Quantum Logic
Synthesis“, Proc. 6th Int’l Symp. on
Representations and Methodology of Future
Computing Technology, 2003, pp. 171-182.
[13] D.M. Miller and M.A. Thornton, Mutiple-
Valued Logic: Concepts and
Representations, Morgan & Claypool
Publishers, San Rafael, CA,ISBN 10-
1598291904, 2008
[14] A Review on Reversible Logic Gates and
their Implementation Raghava Garipelly,
P.Madhu Kiran, A.Santhosh Kumar
International Journal of Emerging
Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459,
ISO 9001:2008 Certified Journal, Volume 3,
Issue 3, March 2013)
[15] Universal set of CMOS Gates for the
synthesis of mvl digital circuits. Milton
Ernesto romero, IEEE TRANSACTIONS
ON CIRCUITS AND SYSTEMS-I: Regular
papers,VOL.61,N0.3,March 2014.

More Related Content

What's hot

IRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their SignificanceIRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their SignificanceIRJET Journal
 
Design of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded SecurityDesign of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded SecurityIRJET Journal
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...IJMER
 
Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16IJMER
 
I slip algorithm for low latency on hybrid noc architecture
I slip algorithm for low latency on hybrid noc architectureI slip algorithm for low latency on hybrid noc architecture
I slip algorithm for low latency on hybrid noc architectureeSAT Publishing House
 
Design and Implementation A different Architectures of mixcolumn in FPGA
Design and Implementation A different Architectures of mixcolumn in FPGADesign and Implementation A different Architectures of mixcolumn in FPGA
Design and Implementation A different Architectures of mixcolumn in FPGAVLSICS Design
 
Floating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGAFloating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGAAzhar Syed
 
IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...
IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...
IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...IRJET Journal
 
Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...journalBEEI
 
REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N
REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N
REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N VLSICS Design
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085IJERA Editor
 
Copy of colloquium 3 latest
Copy of  colloquium 3 latestCopy of  colloquium 3 latest
Copy of colloquium 3 latestshaik fairooz
 

What's hot (20)

Ak04605259264
Ak04605259264Ak04605259264
Ak04605259264
 
IRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their SignificanceIRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their Significance
 
T04504121126
T04504121126T04504121126
T04504121126
 
Design of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded SecurityDesign of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded Security
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...
 
F233644
F233644F233644
F233644
 
Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16Design and Implementation of HDLC Controller by Using Crc-16
Design and Implementation of HDLC Controller by Using Crc-16
 
I slip algorithm for low latency on hybrid noc architecture
I slip algorithm for low latency on hybrid noc architectureI slip algorithm for low latency on hybrid noc architecture
I slip algorithm for low latency on hybrid noc architecture
 
Li3519411946
Li3519411946Li3519411946
Li3519411946
 
40120130406011 2-3
40120130406011 2-340120130406011 2-3
40120130406011 2-3
 
Design and Implementation A different Architectures of mixcolumn in FPGA
Design and Implementation A different Architectures of mixcolumn in FPGADesign and Implementation A different Architectures of mixcolumn in FPGA
Design and Implementation A different Architectures of mixcolumn in FPGA
 
Floating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGAFloating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGA
 
bds project final documentation
bds project final documentation bds project final documentation
bds project final documentation
 
C010321217
C010321217C010321217
C010321217
 
IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...
IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...
IRJET- Switch Level Implementation of A 4-Bit Logical Unit using Mixed Logic ...
 
Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...
 
REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N
REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N
REDUCED COMPLEXITY QUASI-CYCLIC LDPC ENCODER FOR IEEE 802.11N
 
All nsbm exam papers
All nsbm exam papersAll nsbm exam papers
All nsbm exam papers
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
 
Copy of colloquium 3 latest
Copy of  colloquium 3 latestCopy of  colloquium 3 latest
Copy of colloquium 3 latest
 

Viewers also liked

Fabrication and performance evaluation of oil –fired crucible furnace using l...
Fabrication and performance evaluation of oil –fired crucible furnace using l...Fabrication and performance evaluation of oil –fired crucible furnace using l...
Fabrication and performance evaluation of oil –fired crucible furnace using l...IJERA Editor
 
Seismic Analysis of Structures under Different Soil Conditions
Seismic Analysis of Structures under Different Soil ConditionsSeismic Analysis of Structures under Different Soil Conditions
Seismic Analysis of Structures under Different Soil ConditionsIJERA Editor
 
The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...
The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...
The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...IJERA Editor
 
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile RiverA Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile RiverIJERA Editor
 
Titanium: A New Generation Material for Architectural Applications
Titanium: A New Generation Material for Architectural ApplicationsTitanium: A New Generation Material for Architectural Applications
Titanium: A New Generation Material for Architectural ApplicationsIJERA Editor
 
Spectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 Glass
Spectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 GlassSpectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 Glass
Spectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 GlassIJERA Editor
 
Fully Homomorphic Encryption Using Low Power Multiplier
Fully Homomorphic Encryption Using Low Power MultiplierFully Homomorphic Encryption Using Low Power Multiplier
Fully Homomorphic Encryption Using Low Power MultiplierIJERA Editor
 
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...IJERA Editor
 
Speed Control of Induction Motor by Using Intelligence Techniques
Speed Control of Induction Motor by Using Intelligence TechniquesSpeed Control of Induction Motor by Using Intelligence Techniques
Speed Control of Induction Motor by Using Intelligence TechniquesIJERA Editor
 
Acquiring Ecg Signals And Analysing For Different Heart Ailments
Acquiring Ecg Signals And Analysing For Different Heart AilmentsAcquiring Ecg Signals And Analysing For Different Heart Ailments
Acquiring Ecg Signals And Analysing For Different Heart AilmentsIJERA Editor
 
Effect of Temperature on Power Output from Different Commercially available P...
Effect of Temperature on Power Output from Different Commercially available P...Effect of Temperature on Power Output from Different Commercially available P...
Effect of Temperature on Power Output from Different Commercially available P...IJERA Editor
 
Boosting Solar Efficiency
Boosting Solar EfficiencyBoosting Solar Efficiency
Boosting Solar EfficiencyIJERA Editor
 
Performance Test of Engine Fuelled With Diesel and Ethanol Blends.
Performance Test of Engine Fuelled With Diesel and Ethanol Blends.Performance Test of Engine Fuelled With Diesel and Ethanol Blends.
Performance Test of Engine Fuelled With Diesel and Ethanol Blends.IJERA Editor
 
A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...
A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...
A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...IJERA Editor
 
A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...
A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...
A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...IJERA Editor
 
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...IJERA Editor
 
Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...
Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...
Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...IJERA Editor
 
RAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITY
RAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITYRAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITY
RAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITYBangalore Generalnews
 

Viewers also liked (20)

Fabrication and performance evaluation of oil –fired crucible furnace using l...
Fabrication and performance evaluation of oil –fired crucible furnace using l...Fabrication and performance evaluation of oil –fired crucible furnace using l...
Fabrication and performance evaluation of oil –fired crucible furnace using l...
 
Seismic Analysis of Structures under Different Soil Conditions
Seismic Analysis of Structures under Different Soil ConditionsSeismic Analysis of Structures under Different Soil Conditions
Seismic Analysis of Structures under Different Soil Conditions
 
The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...
The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...
The Use of Reclaimed Asphalt Pavement as a Foundation for Pavements Based On ...
 
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile RiverA Novel Prototype Model for Monitoring the Factories Remnants on Nile River
A Novel Prototype Model for Monitoring the Factories Remnants on Nile River
 
Titanium: A New Generation Material for Architectural Applications
Titanium: A New Generation Material for Architectural ApplicationsTitanium: A New Generation Material for Architectural Applications
Titanium: A New Generation Material for Architectural Applications
 
Spectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 Glass
Spectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 GlassSpectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 Glass
Spectroscopic Studies on Cu2+: B2O3 - Cdo - Pbo - AlF3 Glass
 
Fully Homomorphic Encryption Using Low Power Multiplier
Fully Homomorphic Encryption Using Low Power MultiplierFully Homomorphic Encryption Using Low Power Multiplier
Fully Homomorphic Encryption Using Low Power Multiplier
 
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
Transforming an Existing Distribution Network Into Autonomous MICRO-GRID usin...
 
Speed Control of Induction Motor by Using Intelligence Techniques
Speed Control of Induction Motor by Using Intelligence TechniquesSpeed Control of Induction Motor by Using Intelligence Techniques
Speed Control of Induction Motor by Using Intelligence Techniques
 
Acquiring Ecg Signals And Analysing For Different Heart Ailments
Acquiring Ecg Signals And Analysing For Different Heart AilmentsAcquiring Ecg Signals And Analysing For Different Heart Ailments
Acquiring Ecg Signals And Analysing For Different Heart Ailments
 
Effect of Temperature on Power Output from Different Commercially available P...
Effect of Temperature on Power Output from Different Commercially available P...Effect of Temperature on Power Output from Different Commercially available P...
Effect of Temperature on Power Output from Different Commercially available P...
 
Boosting Solar Efficiency
Boosting Solar EfficiencyBoosting Solar Efficiency
Boosting Solar Efficiency
 
Performance Test of Engine Fuelled With Diesel and Ethanol Blends.
Performance Test of Engine Fuelled With Diesel and Ethanol Blends.Performance Test of Engine Fuelled With Diesel and Ethanol Blends.
Performance Test of Engine Fuelled With Diesel and Ethanol Blends.
 
P50402105108
P50402105108P50402105108
P50402105108
 
Q50502107112
Q50502107112Q50502107112
Q50502107112
 
A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...
A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...
A Study of Replacing Mercury Lamps with High Pressure Sodium Lamps in the Str...
 
A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...
A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...
A Review on Applicability of Photocatalyst Titanium dioxide for Treatment of ...
 
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
 
Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...
Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...
Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bim...
 
RAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITY
RAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITYRAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITY
RAIN EXPOSES POOR CIVIC INFRASTRUCTURE IN CITY
 

Similar to Multiple Valued Logic for Synthesis and Simulation of Digital Circuits

An Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS GateAn Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS GateIJERA Editor
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...IJERA Editor
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesCSITiaesprime
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) inventionjournals
 
Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostIJERA Editor
 
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUEIMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUEJournal For Research
 
IRJET- Design and Implementation of Combinational Circuits using Reversible G...
IRJET- Design and Implementation of Combinational Circuits using Reversible G...IRJET- Design and Implementation of Combinational Circuits using Reversible G...
IRJET- Design and Implementation of Combinational Circuits using Reversible G...IRJET Journal
 
IRJET- Design and Implementation of Combinational Circuits using Reversib...
IRJET-  	  Design and Implementation of Combinational Circuits using Reversib...IRJET-  	  Design and Implementation of Combinational Circuits using Reversib...
IRJET- Design and Implementation of Combinational Circuits using Reversib...IRJET Journal
 
OPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATES
OPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATESOPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATES
OPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATESVLSICS Design
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued Logic   Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued Logic VLSICS Design
 
High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE IJEEE
 
Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued LogicArithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued LogicVLSICS Design
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...VLSICS Design
 
Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...eSAT Publishing House
 

Similar to Multiple Valued Logic for Synthesis and Simulation of Digital Circuits (20)

An Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS GateAn Area Efficient and High Speed Reversible Multiplier Using NS Gate
An Area Efficient and High Speed Reversible Multiplier Using NS Gate
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemes
 
Dx34756759
Dx34756759Dx34756759
Dx34756759
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Efficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum CostEfficient Design of Reversible Multiplexers with Low Quantum Cost
Efficient Design of Reversible Multiplexers with Low Quantum Cost
 
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUEIMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
 
IRJET- Design and Implementation of Combinational Circuits using Reversible G...
IRJET- Design and Implementation of Combinational Circuits using Reversible G...IRJET- Design and Implementation of Combinational Circuits using Reversible G...
IRJET- Design and Implementation of Combinational Circuits using Reversible G...
 
IRJET- Design and Implementation of Combinational Circuits using Reversib...
IRJET-  	  Design and Implementation of Combinational Circuits using Reversib...IRJET-  	  Design and Implementation of Combinational Circuits using Reversib...
IRJET- Design and Implementation of Combinational Circuits using Reversib...
 
OPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATES
OPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATESOPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATES
OPTIMIZED MULTIPLIER USING REVERSIBLE MULTICONTROL INPUT TOFFOLI GATES
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued Logic   Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued Logic
 
High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE High Performance Binary to Gray Code Converter using Transmission GATE
High Performance Binary to Gray Code Converter using Transmission GATE
 
Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued LogicArithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued Logic
 
Ad4103173176
Ad4103173176Ad4103173176
Ad4103173176
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
 
S4102152159
S4102152159S4102152159
S4102152159
 
Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...
 

Recently uploaded

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 

Recently uploaded (20)

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 

Multiple Valued Logic for Synthesis and Simulation of Digital Circuits

  • 1. Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15 www.ijera.com 11 | P a g e Multiple Valued Logic for Synthesis and Simulation of Digital Circuits Bharathi.S.L*, Nagha nandhini.V.D**, Sow Swetha***, Sowmiya.R****, Sukanya.B***** (Department of electronics and communication engineering, Panimalar Engineering College, Chennai-123) ABSTRACT The Multiple valued logic(MVL) has increased attention in the last decades because of the possibility to represent the information with more than two discrete levels.Advancing from two-valued to four-valued logic provides a progressive approach. In new technologies, the most delay and power occurs in the connections between gates. When designing a function using MVL, we need fewer gates,which implies less number of connections, then less delay. In the existing system, the 4:1 multiplexer is designed using the MVL logic and various paramaters are analysed. In the proposed system, the idea of designing a Barrel shifter using the multiple valued logic and the parameters are all analyzed. All these designs are verified using Modelsim simulator. Keywords – Feynman, Fredkin, Multiple valued reversible logic, Reversible Barrel shifter I. INTRODUCTION A Barrel shifter is the n inputs and n outputs combinational logic circuit in which k select lines controls the bit shift operation. Barrel shifter can be unidirectional allowing data to be shifted only to left (or right), or bi-directional which provides data to be rotated or shifted in both the directions. A barrel shifter having n inputs and k select lines is called (n, k) barrel shifter. Among the different designs of barrel shifter, the logarithmic barrel shifter is most widely used because of its simple design, less area and the elimination of the decoder circuitry.The n-bit Logarithmic Barrel Shifter contains log2 (n) stage where the ith stage either shifts over 2i bits or leaves the data unchanged. Each stage of a logarithmic barrel shifter is controlled by a control bit. If the control bit is set to one then the input data will be shifted in the associated stage else it remains unchanged. The proposed work presents the designs of multiple value barrel shifter. In the existing system, the 4:1 multiplexer is designed using the MVL logic. For designing this logic, they had used the gates like eand1, eand2, eand3 and suc gates. This multiplexer works on the basis of the selection lines as the inputs. For producing outputs one selection line has given as the input instead of two selection lines. By designing the synthesis of an MVL multiplexer and latch memory circuits, based on the ICMVL gates, for illustrating the utilization of the proposed IC MVL gates for quaternary MVL is produced. In the proposed system, the Barrel shifter using the Multiple Valued Logic is designed. This Barrel shifter has 4 inputs which is multiple valued and produces four outputs which is also multiple valued. This basically performs the shifting operation in a parallel manner which generates random data as the outputs. This shifter in turn uses the two different gates called Feynman gate and Fredkin gate. Thus the Multiple Valued Barrel shifter is designed and the parameters are analyzed for the normal shifter. Thus all these designs will be designed and verified using the Modelsim Simulator. In the proposed system, the concept is analyzed for a different gates produces less power. The overall performance of the system is good. II. STANDARD REVERSIBLE GATES 1. INTRODUCTION: The large number of components in modern systems on chip (SoCs) presents new challenges to designers. The high integration of different systems increases the number and length of interconnections, hence the overall complexity involving the connections of these systems. Moreover, interconnections are becoming the dominant aspect of the circuit delay for state-of-the-art circuits due to the advent of deep sub-micron technologies (DSM). This fact is becoming even more significant with each new technology generation. Interconnections play an even more crucial role in Field Programmable Gate Arrays (FPGA), because they not only dominate the delay, but they also aggressive impact power consumption and area. For FPGAs to reach a larger market, their excessive power dissipation must be severely reduced. Moreover, if one could reduce the FPGA area without losing logic capabilities, one could enhance the yield and reduce prices, or even increase the amount of memory available inside the FPGA. To reduce the area of the FPGA, a reduction in the interconnection is RESEARCH ARTICLE OPEN ACCESS
  • 2. Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15 www.ijera.com 12 | P a g e mandatory, since interconnections take large amount of area. Multiple-valued logic (MVL) has received increased attention in the last decades because of the possibility to represent the information with more than two discrete levels. Representing data in a MVL system is more effective than the binary based representation, because the number of interconnections can be significantly reduced, with major impact in all design parameters: less area dedicated to interconnections; more compact and shorter interconnections, leading to increased performance; lower interconnect switched capacitance, and hence lower global power dissipation. In new technologies the most delay and power occurs in the connections between gates. When designing a function using Multiple-Valued Logic, we need fewer gates, which implies less number of connections, then less delay. Same is true in case of software (program) realization of logic. Also, most the natural variables like color, is multi-valued, so it is better to use multi-valued logic to realize it instead of coding it into binary. Thus, there is a need for an innovative approach in order to push the speed limit of computing. Now is the time to depart from the two-valued logic to venture into multi-valued logic and even into infinite- valued (Fuzzy) logic. Advancing from two-valued to four-valued logic provides an progressive approach. Four symbols {0, 1, 2, 3} are needed to distinguish the four values. The four values might represent anything, for example, the four bases {A, T, C, G} found in DNA, or probability {0, 1/3, 2/3, 1}. These four values can be converted to binary numbers {00, 01, 10, 11}, or they can simply represent integers {0, 1, 2, 3}. It is also possible to start from the ground up by designing components needed for constructing four-valued logic circuits. Each four-valued logic gates will operate two bits of data at a time, and each memory cell will record two bits at once. Now, each wire or CPU pin can have four states, which could double the amount of data that can be transferred between the CPU and its connected components without increasing the number of pins on the CPU. 2. Feynman Gate: Feynman gate is a two input and two output gate. Quantum cost of a Feynman gate is 1. Feynman Gate (FG) can be used as a copying gate and Controlled NOT gate, representation is shown in figure 1.[1] 3. Fredkin Gate: A 3*3 Fredkin gate means the three input and three output. Quantum cost of a Fredkin gate is 5. This gate can be used as a multiplexer, representation is shown in figure 2. [1] 4. MVL Barrel Shifter: A Barrel shifter is the n inputs and n outputs combinational logic circuit in which k select lines controls the bit shift operation. III. EQUATIONS Feynman Gate: The input vector is I (A, B) and the output vector is O (P, Q). The outputs are defined by, [1]  P=A . -------------- (1)  Q=AB . -------------- (2) As shown in fig(1), table(1) respectively. Fredkin Gate: The input vector is I (A, B, C) and the output vector is O (P, Q, R). The output is defined by,[1]  P=A . ----------- (3)  Q=A′B  AC ---------- (4)  R=A′C  AB ---------- (5) IV. FIGURES AND TABLES Table 1: Truth table of Feynman gate
  • 3. Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15 www.ijera.com 13 | P a g e V. SIMULATION RESULTS Fredkin gate Feynman Gate MVL BARREL SHIFTER Barrel shifter is a digital circuit that can shift a data word by specified no.of bits in one clock cycle. It can be implemented as a sequence of multiplexer. The advantage of it is it takes one machine cycle only to shift n no. of values.
  • 4. Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15 www.ijera.com 14 | P a g e VI. HARDWARE RESULTS Power Analysis of Normal Barrel Shifter Power Analysis of MVL Barrel Shifter
  • 5. Bharathi.S.L et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 4, ( Part -3) April 2015, pp.11-15 www.ijera.com 15 | P a g e VII. CONCLUSION In this paper, the different gates were analyzed and designed. These gates exhibit the behavior of the controlled NOT gate and the multiplexer. This is further implemented in the design of a four bit barrel shifter which shifts incoming data and produces random output. The Barrel shifter designed works on the basis of Multiple valued logic in which the inputs and the outputs are multiple values . Thus all these designs are designed and the outputs are successfully verified using Modelsim simulator. In future, the comparison between normal barrel shifter and the newly designed MVL barrel shifter in terms of reducing power, delay and area will be shown. REFERENCES [1] Reversible Programmable Logic Array (RPLA) using Fredkin & Feynman Gates for Industrial Electronics and Applications, Himanshu Thapliyal, Center for VLSI and Embedded System Technologies, International Institute of Information Technology, Hyderabad-500019, India [2] S. Hurst, “Multiple-valued logic its status and its future,” IEEE Trans. On Computers, C-33(12), 1984, pp.1160-1179. [3] C.H. Bennett, “Notes on the History of Reversible Computation”, IBM J. Res. Dev., 1988, pp.16-23. [4] A. De Vos, “Towards Reversible Digital Computers”, Proc. European Conf. on Circuit Theoryand Design, 1997, Vol. 2, pp. 923-931. [5] K. Chakrabarty, J.P. Hayes “Balanced Boolean Functions”, IEE Proceedings – Computers and Digital Techniques, Vol. 145, 1998, pp. 52-62. [6] C.H. Bennett, D.P. DiVincenzo, “Quantum Information and Computation”, Nature, Vol. 404, 2000, pp. 247. [7] A. Al-Rabadi, M. Perkowski, “New Classes of Multi-Valued Reversible Decompositions for Three-Dimensional Layout”, Proc. 5th Int’l Workshop on Applications of Reed- Muller Expansion in Circuit Design, 2001, p. 185-204. [8] J.W. Bruce, M.A. Thornton, L. Shivakumaraiah, P.S. Kokate, X. Li, “Efficient Adder Circuits Based on a Conservative Reversible Logic Gate”, Proc. IEEE Symposium on VLSI, 2002, pp. 83-88. [9] A. Al-Rabadi, L.W. Casperson, “Optical Realizations of Reversible Logic”, Proc. 11th IEEE/ACM Int’l Workshop on Logic and Synthesis, 2002, pp. 21-26. [10] A. Al-Rabadi, Novel Methods for Reversible Logic Synthesis and Their Application to Quantum Computing, Ph, D, Thesis, Portland State University, Portland, Oregon, Oct. 2002. [11] A. Al-Rabadi, “Reversible Logic Synthesis Using Iterative Symmetry Indices Decomposition“, Proc. 6th Int’l Symp. on Representations and Methodology of Future Computing Technology, 2003, pp.104-112. [12] A. Al-Rabadi, “New Multiple-Valued Galois Field Sum-of-Product Cascades and Lattices for Multiple-Valued Quantum Logic Synthesis“, Proc. 6th Int’l Symp. on Representations and Methodology of Future Computing Technology, 2003, pp. 171-182. [13] D.M. Miller and M.A. Thornton, Mutiple- Valued Logic: Concepts and Representations, Morgan & Claypool Publishers, San Rafael, CA,ISBN 10- 1598291904, 2008 [14] A Review on Reversible Logic Gates and their Implementation Raghava Garipelly, P.Madhu Kiran, A.Santhosh Kumar International Journal of Emerging Technology and Advanced Engineering Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 3, Issue 3, March 2013) [15] Universal set of CMOS Gates for the synthesis of mvl digital circuits. Milton Ernesto romero, IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS-I: Regular papers,VOL.61,N0.3,March 2014.