SlideShare a Scribd company logo
1 of 8
Download to read offline
Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014

Implementation of BDDs by Various Techniques in
Low Power VLSI Design
Purnima Kumari Sharma1 and Manish Kumar2
North Eastern Regional Institute of Science & Technology
Department of Electronics and Communication Engineering, Nirjuli, Itanagar, Arunachal Pradesh, India
purnimasoni4018@gmail.com, er.manish.k@gmail.com
Abstract— Power has become an important design parameter in today’s ultra low submicron digital designs as found. The impact of the increase in power is multi-discipline to
researchers ranging from power supply design, power converters, voltage regulators design,
system, board and package temperature analysis and signal integrity analysis to minimizing
power itself. This survey basically focuses on steps taken till date in solving the challenges
arising due to increase in power in CMOS digital circuit design using a very efficient precomputation technique with the use of BDDs (Binary Decision Diagrams).
Index Terms— BDD, MUX, CMOS, Dual rail, PTL, Adiabatic, Kernel

I. INTRODUCTION
In the last few decades there have been a very vigorous research looking from the power efficiency point of
view. Increasing technology and reduction in semiconductor sizes of MOS devices have forced people to find
out efficient methods for power reduction. Many researchers have taken initiative to work in this field and
got efficient results. Still the methods have not reached the zenith of excellence to stop working in this field.
Many of them used BDDs as an efficient tool for power reduction .A Binary Decision Diagram (BDD) is a
directed acyclic graph (DAG) that represents a Boolean function (or multiple functions) as a sum-of-disjoint
product (sodp) form [12].
Mathematical foundation for BDDs is the Shannon decomposition theorem:
f(x1,x2, ...,xn) = x'1·f| x1=0 + x1· f|x1=1
(1)
where
f|x1=0 = f(0,x2, ...,xn ), f|x1=1 = f(1,x2, ...,xn) are subfunctions of f, called co-factors.
By using (1), a BDD is formed like a tree (also called binary decision tree) for any Boolean expression.
Transformation of a binary decision tree into a BDD is illustrated in Fig. 1. In this figure, dag (b) is obtained
from dag (a) by merging isomorphic subdags rooted at 1. Dag (c) is obtained from dag (b) by removing a
redundant test on r. Dag (d) is obtained from dag (c) by merging isomorphic subdags rooted at q. Dag (e) is
obtained from dag (d) by removing a redundant test on p. Finally, dag (f) is obtained from dag (e) by merging
isomorphic subdags rooted at 1.
A BDD is called ordered (OBDD) if each variable appears at most once on each path from the root node to a
terminal node, and if the variables appear in the same order in all other paths. An ordered BDD is called
reduced (ROBDD) if it is devoid of any isomorphic subgraph or any redundant node. As the ROBDD
representation is unique for a Boolean function with a given variable ordering, it is considered as canonical
representation of the function for a particular variable ordering.
It is seen that not only BDDs provide an efficient data structure to represent Boolean functions, there is oneDOI: 01.IJRTET.10.2.525
© Association of Computer Electronics and Electrical Engineers, 2013
to-one correspondence between a BDD and a MUX-based realization of the function. So, the number of
MUXs required to realize a function depends of the number of nodes in the BDD, which in turn depends on
the ordering of variables. This helps in reducing power to a greater extent.

Figure 1. Transformation of a binary decision tree into a BDD

II. POWER REDUCTION TECHNIQUES USING BDDS
A.BDDs for mux based FPGA
This approach for power reduction in FPGAs comprises two basic steps as shown in Fig. 2. The two basic
steps are optimizing decomposed BDDs with the help of ratio parameter based heuristic and then technology
mapping of the optimized BDDs onto FPGA cells [1]. This RP heuristic tends to produce balanced BDDs,
which results in an increase in the number of leaf nodes, giving rise to greater number of signal paths from
root to leaf. Thus the area increase does not result in increased fan-out in the signal path. Techniques like
node duplication and sharing have been applied to minimize the number of FPGA cells and delay during
technology mapping. The cell configurations have been chosen such that the switched capacitance and hence
the power dissipation is minimized.
In [1], the proposed algorithm was tested on a large number of several ISCAS benchmark circuits. The result,
in terms of area, represented by the number of FPGA cells is found to be comparable, but the performance in
terms of delay and energy (power-delay product) are superior to the existing reported results.
BDDs generated by this approach do not have the same ordering of variables at the same level along different
paths. These BDDs may be termed as Reduced Unordered BDDs (RUBDDs), in contrast to Reduced Ordered
BDDs (ROBDDs) commonly used in the existing approaches.

Figure 2. Basic Steps for Power Efficient mux Based FPGAs

B. BDD-based Logic Synthesis Using PFAL Adiabatic Multiplexer
PFAL multiplexer as shown in Fig. 3 is found to give better results than any other adiabatic circuits [8]. In
contrast to the existing approach of mapping each node of a ROBDD to one 2-to-I MUX block, the inherent
dual-rail feature of the adiabatic MUX circuits has been exploited to reduce the number of MUX blocks dual222
rail feature of the adiabatic MUX circuits has been exploited to reduce the number of MUX blocks required
in the implementation and increasingly larger reduction for lower frequency of operation.

Figure 3. PFAL Dual Rail Adiabatic Mux

Figure 4. BDD drawn by collapsing complementary pairs

Fig. 4 illustrates reforming of the original BDD by collapsing complementary pairs. Each of these pairs can
be replaced by a single adiabatic MUX block for technology mapping. Each of the remaining nodes will also
need an adiabatic MUX, though not fully utilized. The final full adder circuit can be synthesized using
adiabatic MUX blocks as shown in Fig. 5. Result shows, on an average, 22% reduction in number of MUX
blocks and over 50% power consumption in the reduced BDD based adiabatic circuit [2].
C. BDD-based Synthesis Using Dual Rail Static DCVSPG Logic
A proposed algorithm [7] for low power digital circuit design is applied on MCNC benchmark circuits and
observed considerable reduction in the number of BDD nodes after collapsing complementary pairs. It is seen
that the modified BDD is then directly mapped to DCVSPG-based MUX cells as shown in Fig. 6. Each of
these MUX cells was found to be simulated using CADENCE SPECTRE SPICE on 180 nm technology with
the supply voltage of 1.5V and 500 random input patterns and the results showed an average of 54% savings
in energy (in fJ) for frequency ranging from 1 MHz to 1 GHz
Moreover, by experimental analysis various parameters were calculated on an average and found 22%
reduction in number of MUX cells and 65% reduction in power consumption in the modified circuit if
compared to the circuit synthesized by static CMOS MUX cell. As the number of transistors is same (12
transistors) for both static CMOS MUX cell and DCVSPG-based MUX cell, the average reduction in number
of transistors for all benchmark circuits was also taken as 22%.

Figure 5. Full adder synthesis using adiabatic MUX

Figure 6. Dual Rail DCVSPG Mux Cell

223
D. BDD-based Synthesis Using PTL logic
In this method, the BDD of any Boolean expression is mapped to a pass transistor circuit with a
straightforward transformation. Fig. 8 shows mapping of BDD nodes shown in fig. 7 to pass transistor
multiplexers. Only nMOS transistors in the pass transistor network are used. Advantages of this choice are
that the input load capacitance is minimized (faster circuits and lower power dissipation), and that the area is
reduced as well. However, there is need of both input polarities to drive the pass transistor multiplexer.

Figure 7. Multi-rooted BDD

Figure 8. Pass transistor mapping

It is found that the node count is a good measurement for the complexity of the BDD: for a node count up to
at least 500 the direct mapping of BDDs to layout seems feasible [9]. When using double-sized pass
transistors it was found that the results were sometimes better, but not always. This indicated that the
optimum size for the pass transistors is not always the minimal size, but should be chosen according to the
performance, power and area trade-off. An efficient power reduction is seen in this case. Synthesized designs
obtained using BDDMAP [3] on a subset of MCNC91 logic synthesis benchmarks when compared generally
had better area-delay and power-delay products compared with synthesized designs for the same benchmarks
generated with Design Analyzer, a commercial logic synthesis tool from Synopsys.
E. Kernel based circuit synthesis using BDD
The proposed algorithm [4] for low power circuit synthesis consists of three steps: BDD extraction, kernel
selection, and a circuit synthesis process. The proposed circuit structure is based on the transformation of a
given function f using an extracted kernel as follows. A function f can be expressed with respect to a kernel
K as f = fk. K + fk´. K´, where fk and fk´ are generated by dividing the given function f by kernel K and K´
respectively.
The Kernel selection step chooses the best partitioning solution in terms of the cost function out of possible
partitioning solutions using a simulated annealing algorithm. The cost function has been derived to select the
best kernel that can lead to reduction of power under area constraints. The kernel search is performed using
BDD, and its cost function is calculated by the estimated circuit power using the switching activities of
roughly generated sub circuits or their BDD sizes. The kernel based pre-computation structure is shown in
Fig. 9.
While doing experiments using the proposed algorithm it was found that, if the signal probability of the input
variable was taken to be 0.5, the power dissipation of the circuit in Fig. 10 was 45 µW. The circuit obtained
by the proposed scheme as shown in Fig. 11 consumed 28.2 µW, showing improved performance. It was
seen that the literal count of the circuit by the proposed scheme was 12, compared to 16 in the circuit
generated by SIS. The example shows that the proposed algorithm reduces area. The reduction of power
dissipation in the circuits generated by the proposed algorithm was seen to be 27.9% less than the original
circuits optimized for area and 22.5% less than the circuits based on the pre-computation scheme.
F. NAND BDDs
A BDD package is presented that is tuned for fast and efficient combinational equivalent checking. Instead of
using the three-operand ITE operation, the basic synthesis algorithm used here is the two-operand Boolean
224
NAND. This operation simplifies the implementation of the software and also has advantages regarding the
hit rate of the computed Table I and also reduces its size.
The realization of the package described here was based on the principle that all operations that are not
relevant for the computation of the BDD are avoided. Moreover, it is not a “full” BDD package since few
features like dynamic variable ordering and memory management are missing. It was found by testing using
benchmarks from ISCAS85 that the number of nodes is never more than 50% larger for NAND-BDDs as
compared to the ITE based implementation while the runtime in some cases can be reduced by more than
99% [10].

Figure 9. The kernel based proposed pre-computation structure

Figure 10. An example benchmark circuit ‘b1’

Figure 11. Circuit obtained by the kernel based algorithm

G. NOR BDDS
An approach for the realization of a BDD package, which uses two operand NOR operation instead of using
three operand ITE operation to perform manipulation of Boolean functions is designed. This method does not
consider some of the main features of BDD package such as dynamic variable ordering, complemented
edges, etc. The modified table for NOR operation is given in Table II.
This method works with 2 operand compare to ITE operation, so, the execution of the BDD operations is
faster. No complemented edges are considered in this method. So the memory requirement for this method is
225
lesser than other operations and moreover glitch power is minimized [11].
TABLE I. R EALIZATION OF OPERATORS B Y NAND OPERATION
Function

Name

Expression

NAND-call

0000
0001
0010

0
f AND g
f>g
F
f<g
G
f XOR g
f OR g
f NOR g
f XNOR g

0
f.g
f . g´
f
f´ . g
g

0
NAND(NAND(f,g),1)
NAND(NAND(f,g´),1)
F
NAND(NAND(f´,g),1)
G
NAND(NAND(f,g´), NAND(f´,g))
NAND(f´,g´)
NAND(NAND(f´,g´),1)
NAND(NAND(NAND(f,g´),NAND(f´,g)),1)

0011
0100
0101
0110
0111
1000
1001
1010
1011
1100
1101
1110
1111

NOT f
f≥g
NOT g
f≤g
f NAND g
1

f g
f+g
(f + g)´
(f g)´
g´
f + g´
f´
f´ + g
(f . g)´
1

g´
NAND(f´,g)
f´
NAND(f,g´)
NAND(f,g)
1

This method does not provide a fully fledge BDD package mainly because of the following reasons:
 Combinational Equivalent checking needs very fast execution of larger designs. Variable ordering might
result in an increase of the time complexity. A heuristic Ordering might solve this problem.
 Complemented edges are not considered, therefore no comparison between the variables are required. It
leads to minimum use of memory for the BDD package.
Advantages of using this system can be classified as follows:
 Easy to implement compared to any other logic function mainly due to the fact that NOR is a universal
gate.
 This method works with 2 operand compare to ITE operation. So the execution of the BDD operations
will be faster.
 No complemented edges are considered. So the memory requirement for this method will be less than
other operations.
 This will fit for combinational Equivalence checking of larger circuits with less time complexity, since
numbers of nodes are not counted.
Variable ordering techniques are not required.
H. BDD based design using hybrid Domino Pass Transistor Logic CMOS
Asynchronous system design represents an important design methodology in the recent deep sub-micron
technologies. The high speed and low power solutions are possible with asynchronous design techniques
using simple handshaking and completion detection logic.
In [6], the design of a hybrid Domino Pass Transistor Logic CMOS (PTL-CMOS) based 2-bit asynchronous
adder is presented. The PTL part of the whole design is designed using the BDD principles. Also, using the
former design as basic building block of an 8-bit asynchronous adder has been implemented. The simulation
results showed a reduction in number of transistors over Minimal Energy Dual-bit Dynamic adder (MEDB)
adder without any compromise in the delay.
The hybrid BDD-based design for an 8-bit asynchronous adder was simulated using DSCH tool and also
cadence tool, UMC 180nm, 1.5V technology. It showed a total of 268 transistors whereas this number was
376 in the case MEDB adder while considering the number of transistors in the logic block only. Thus, there
was a great reduction in the number of transistors in BDD–based design. The pre-charge signal was driven
through an inverter chain so that it can drive large loads. A very important point to note in the asynchronous
BDD adder was that there was no static short circuit path due to the use of BDD, while such static shortcircuit path can be found in DBPTL logic based design.

226
TABLE II. R EALIZATION OF OPERATORS BY NOR OPERATION
Function
0000
0001
0010
0011
0100
0101
0110
0111
1000
1001
1010
1011
1100
1101
1110
1111

Name
0
f AND g
f>g
F
f<g
G
f XOR g
f OR g
f NOR g

Expression
0
f.g
f . g´
f
f´ . g
g
f g
f+g
(f + g)´

NOR-call
0
NOR(f´,g´)
NOR(f´,g)
f
NOR(f,g´)
g
NOR(NOR(NOR(f,g´), NAND(f´,g)),1)
NAND(NAND(f,g),1)
NOR(f,g)

f XNOR g
NOT f
f≥g
NOT g
f≤g
f NAND g
1

(f g)´
g´
f + g´
f´
f´ + g
(f . g)´
1

NOR(NOR(f,g´), NOR(f´,g))
g´
NOR(NOR(f,g´),1)
f´
NOR(NOR(f´,g),1)
NOR((f´,g´),1)
1

I. BDD based design with proper polarity selection for low power
It is seen that in BDD based realization of logic circuits, the area and power consumption is determined by
the total number of nodes. If a proper polarity selection of the sub-functions is done than it can not only
reduce the number of BDD nodes in the design but also the switching activity of the transistors. For this
testing a performance analysis of 4-bit magnitude comparator specially for low power was designed in [5] by
developing a general evaluation methodology, and also by BDD computation as well as pre-computation
strategy. Fig. 12 shows a 4-bit comparator with second pre-computation architecture.
The experimental results showed that the total product terms was 78 that means 78 node count, but with the
help of BDD package tool it reduced to 46 node count. As one node is represented by a 2x1 multiplexer, after
synthesizing 2x1 multiplexer in Synopsys tool, the power required for it was 762.3125 nw. As there were a
total of 46 nodes so total power taken by 4-bit comparator was found to be 46*762.3125 nw which is equal to
35.0664 µw. With the previous design when the 4-bit magnitude comparator was synthesized in Synopsys
tool then the power output was 164.29 µw. Again after applying pre-computation technique in comparator
then the total power was 66.6735µw. This was found to be less compared to without applying precomputation technique in comparator. But still, when all the three ways were compared then one can
conclude that, implementation of 4-bit magnitude comparator through BDD is the best way considering the
low power aspect.

Figure 12. A 4-bit comparator with second pre-computation architecture

227
III. CONCLUSION
Through vigorous survey for power reduction using BDDs many different techniques were found out. It is
seen that BDD acts as a very efficient tool for power reduction by pre-computing the boolean expression or
circuits. After this mux realization is done using different efficient power reduction techniques. This
approach is a very good topic for research in low power VLSI design.
REFERENCES
[1] M. Marik and A. Pal, “Energy-aware Logic Synthesis and Technology Mapping for MUX-based FPGAs”,
Proceedings of the 17th International Conference on VLSI Design (VLSID’04) IEEE, vol. 4, pp. 1063-9667, 2004.
[2] N. S. Pradhan, G. Paul, A. Pal and B. B. Bhattacharya, “Power Aware BDD-based Logic Synthesis Using Adiabatic
Multiplexers”, 4th International Conference on Electrical and Computer Engineering ICECE 2006, 19-21 December
2006.
[3] M.A. Gallant, “Synthesis of Low Power CMOS Circuits Using Pass Logic Topology”, A thesis presented to the
School of Graduate Studies in the Department of Electrical and Cornputer Engineering Royal Military College of
Canada Kingston, Ontario, November 1997.
[4] I. Choi , H. Kim, S. Lim, S. Hwang, B. Lee, and B. Kim, “A Kernel-Based Partitioning Algorithm for Low-Power,
Low-Area Overhead Circuit Design Using Don’t-Care Sets”, ETRI Journal, vol. 24, no. 6, December 2002.
[5] P. Singh, C. Gupta and M. Bansal, “Power Optimization In A 4-Bit Magnitude Comparator Circuit Using BDD and
Pre-Computation Based Strategy”, International Journal of Applied Engineering Research, vol.7, no.11, 2012.
[6] V. Bhagyalakshmi and D.B. Mantri, “A BDD-based Design of An Area-Power Efficient Asynchronous Adder”,
International Journal of Electronics and Communication Engineering, vol. 6, no.1, pp. 93-103, 2013.
[7] N. S. Pradhan, G. Paul, A. Pal and B. B. Bhattacharya, “Low Power BDD-based Synthesis Using Dual Rail Static
DCVSPG Logic”, IEEE, vol. 06, pp. 4244-0387, 2006.
[8] D. Somasekhar, Y. Ye, and K.Roy, “An energy recovery static RAM memory core”, Proc. IEEE Symp, Low Power
Electronics and Design, pp. 62-63, 1995.
[9] V. Bertacco, S. Minato, P. Verplaetse, L. Benini and G. De Micheli, “Decision Diagrams and Pass Transistor Logic
Synthesis”, Technical Report No.: CSL-TR-97-748, December 1997.
[10] R. Drechsler and M. Thornton, “Fast and Efficient Equivalence Checking based on NAND-BDDs”, Proceedings of
IFIP International Conference on Very Large Scale Integration, pp. 401-405, 2001.
[11] M. Raseen, A.Assi, P.W. C. Prasad and A. Harb, “BDD Package Based on Boolean NOR Operation”, World
Academy of Science, Engineering and Technology, vol. 3, 2007.
[12] S. B. Akers, Binary decision diagrams, IEEE Trans. Computers, vol. C-27, no. 6, pp. 509-516, 1978.

228

More Related Content

What's hot

SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding IJECEIAES
 
Efficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandEfficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandeSAT Publishing House
 
BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)
BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)
BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)ijma
 
IRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based MultiplierIRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based MultiplierIRJET Journal
 
Gray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processingGray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processingNITHIN KALLE PALLY
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesIOSRJVSP
 
Fpga based low power and high performance address
Fpga based low power and high performance addressFpga based low power and high performance address
Fpga based low power and high performance addresseSAT Publishing House
 
Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...eSAT Journals
 
IRJET- Design of Phased Array Antenna for Beam Forming Applications using...
IRJET-  	  Design of Phased Array Antenna for Beam Forming Applications using...IRJET-  	  Design of Phased Array Antenna for Beam Forming Applications using...
IRJET- Design of Phased Array Antenna for Beam Forming Applications using...IRJET Journal
 
Analysis of various mcm algorithms for reconfigurable rrc fir filter
Analysis of various mcm algorithms for reconfigurable rrc fir filterAnalysis of various mcm algorithms for reconfigurable rrc fir filter
Analysis of various mcm algorithms for reconfigurable rrc fir filtereSAT Journals
 
Efficient Block Classification of Computer Screen Images for Desktop Sharing ...
Efficient Block Classification of Computer Screen Images for Desktop Sharing ...Efficient Block Classification of Computer Screen Images for Desktop Sharing ...
Efficient Block Classification of Computer Screen Images for Desktop Sharing ...DR.P.S.JAGADEESH KUMAR
 
Design and Implementation of combinational circuits in different low power lo...
Design and Implementation of combinational circuits in different low power lo...Design and Implementation of combinational circuits in different low power lo...
Design and Implementation of combinational circuits in different low power lo...iosrjce
 

What's hot (18)

Cg24551555
Cg24551555Cg24551555
Cg24551555
 
SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding SC-FDM-IDMA Scheme Employing BCH Coding
SC-FDM-IDMA Scheme Employing BCH Coding
 
Efficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of basebandEfficient reconfigurable architecture of baseband
Efficient reconfigurable architecture of baseband
 
BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)
BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)
BINOMIAL TRANSFORM BASED IMAGE AUTHENTICATION (BTIA)
 
2006 ssiai
2006 ssiai2006 ssiai
2006 ssiai
 
2012
20122012
2012
 
Ee34791794
Ee34791794Ee34791794
Ee34791794
 
IRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based MultiplierIRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based Multiplier
 
Gray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processingGray Image Watermarking using slant transform - digital image processing
Gray Image Watermarking using slant transform - digital image processing
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
 
05725150
0572515005725150
05725150
 
Fpga based low power and high performance address
Fpga based low power and high performance addressFpga based low power and high performance address
Fpga based low power and high performance address
 
Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...Fpga based low power and high performance address generator for wimax deinter...
Fpga based low power and high performance address generator for wimax deinter...
 
IRJET- Design of Phased Array Antenna for Beam Forming Applications using...
IRJET-  	  Design of Phased Array Antenna for Beam Forming Applications using...IRJET-  	  Design of Phased Array Antenna for Beam Forming Applications using...
IRJET- Design of Phased Array Antenna for Beam Forming Applications using...
 
Analysis of various mcm algorithms for reconfigurable rrc fir filter
Analysis of various mcm algorithms for reconfigurable rrc fir filterAnalysis of various mcm algorithms for reconfigurable rrc fir filter
Analysis of various mcm algorithms for reconfigurable rrc fir filter
 
104 108
104 108104 108
104 108
 
Efficient Block Classification of Computer Screen Images for Desktop Sharing ...
Efficient Block Classification of Computer Screen Images for Desktop Sharing ...Efficient Block Classification of Computer Screen Images for Desktop Sharing ...
Efficient Block Classification of Computer Screen Images for Desktop Sharing ...
 
Design and Implementation of combinational circuits in different low power lo...
Design and Implementation of combinational circuits in different low power lo...Design and Implementation of combinational circuits in different low power lo...
Design and Implementation of combinational circuits in different low power lo...
 

Similar to Implementation of BDDs by Various Techniques in Low Power VLSI 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
 
Low Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission GateLow Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission GateIJEEE
 
Optimal Body Biasing Technique for CMOS Tapered Buffer
Optimal Body Biasing Technique for  CMOS Tapered Buffer Optimal Body Biasing Technique for  CMOS Tapered Buffer
Optimal Body Biasing Technique for CMOS Tapered Buffer IJEEE
 
Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...journalBEEI
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...iosrjce
 
32 bit×32 bit multiprecision razor based dynamic
32 bit×32 bit multiprecision razor based dynamic32 bit×32 bit multiprecision razor based dynamic
32 bit×32 bit multiprecision razor based dynamicMastan Masthan
 
Design of miniaturized patch crossover based on superformula slot shapes
Design of miniaturized patch crossover based on superformula  slot shapesDesign of miniaturized patch crossover based on superformula  slot shapes
Design of miniaturized patch crossover based on superformula slot shapesIJECEIAES
 
Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-Cemal Ardil
 
1.9 GHz Low Noise Amplifier
1.9 GHz Low Noise Amplifier1.9 GHz Low Noise Amplifier
1.9 GHz Low Noise AmplifierXavier Edokpa
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Comparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsComparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsIOSR Journals
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET Journal
 
Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued LogicArithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued LogicVLSICS Design
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...IJECEIAES
 

Similar to Implementation of BDDs by Various Techniques in Low Power VLSI Design (20)

Ix3416271631
Ix3416271631Ix3416271631
Ix3416271631
 
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
 
Low Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission GateLow Power and Area Efficient Multiplier Layout using Transmission Gate
Low Power and Area Efficient Multiplier Layout using Transmission Gate
 
Optimal Body Biasing Technique for CMOS Tapered Buffer
Optimal Body Biasing Technique for  CMOS Tapered Buffer Optimal Body Biasing Technique for  CMOS Tapered Buffer
Optimal Body Biasing Technique for CMOS Tapered Buffer
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...Delta-sigma ADC modulator for multibit data converters using passive adder en...
Delta-sigma ADC modulator for multibit data converters using passive adder en...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
Power Optimized Multiplexer Based 1 Bit Full Adder Cell Using .18 µm CMOS Tec...
 
55
5555
55
 
32 bit×32 bit multiprecision razor based dynamic
32 bit×32 bit multiprecision razor based dynamic32 bit×32 bit multiprecision razor based dynamic
32 bit×32 bit multiprecision razor based dynamic
 
Design of miniaturized patch crossover based on superformula slot shapes
Design of miniaturized patch crossover based on superformula  slot shapesDesign of miniaturized patch crossover based on superformula  slot shapes
Design of miniaturized patch crossover based on superformula slot shapes
 
M367578
M367578M367578
M367578
 
Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-Library aware-power-conscious-realization-of-complementary-boolean-functions-
Library aware-power-conscious-realization-of-complementary-boolean-functions-
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
1.9 GHz Low Noise Amplifier
1.9 GHz Low Noise Amplifier1.9 GHz Low Noise Amplifier
1.9 GHz Low Noise Amplifier
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Comparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsComparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder Circuits
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
 
Arithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued LogicArithmetic Operations in Multi-Valued Logic
Arithmetic Operations in Multi-Valued Logic
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
 

More from idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

Implementation of BDDs by Various Techniques in Low Power VLSI Design

  • 1. Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014 Implementation of BDDs by Various Techniques in Low Power VLSI Design Purnima Kumari Sharma1 and Manish Kumar2 North Eastern Regional Institute of Science & Technology Department of Electronics and Communication Engineering, Nirjuli, Itanagar, Arunachal Pradesh, India purnimasoni4018@gmail.com, er.manish.k@gmail.com Abstract— Power has become an important design parameter in today’s ultra low submicron digital designs as found. The impact of the increase in power is multi-discipline to researchers ranging from power supply design, power converters, voltage regulators design, system, board and package temperature analysis and signal integrity analysis to minimizing power itself. This survey basically focuses on steps taken till date in solving the challenges arising due to increase in power in CMOS digital circuit design using a very efficient precomputation technique with the use of BDDs (Binary Decision Diagrams). Index Terms— BDD, MUX, CMOS, Dual rail, PTL, Adiabatic, Kernel I. INTRODUCTION In the last few decades there have been a very vigorous research looking from the power efficiency point of view. Increasing technology and reduction in semiconductor sizes of MOS devices have forced people to find out efficient methods for power reduction. Many researchers have taken initiative to work in this field and got efficient results. Still the methods have not reached the zenith of excellence to stop working in this field. Many of them used BDDs as an efficient tool for power reduction .A Binary Decision Diagram (BDD) is a directed acyclic graph (DAG) that represents a Boolean function (or multiple functions) as a sum-of-disjoint product (sodp) form [12]. Mathematical foundation for BDDs is the Shannon decomposition theorem: f(x1,x2, ...,xn) = x'1·f| x1=0 + x1· f|x1=1 (1) where f|x1=0 = f(0,x2, ...,xn ), f|x1=1 = f(1,x2, ...,xn) are subfunctions of f, called co-factors. By using (1), a BDD is formed like a tree (also called binary decision tree) for any Boolean expression. Transformation of a binary decision tree into a BDD is illustrated in Fig. 1. In this figure, dag (b) is obtained from dag (a) by merging isomorphic subdags rooted at 1. Dag (c) is obtained from dag (b) by removing a redundant test on r. Dag (d) is obtained from dag (c) by merging isomorphic subdags rooted at q. Dag (e) is obtained from dag (d) by removing a redundant test on p. Finally, dag (f) is obtained from dag (e) by merging isomorphic subdags rooted at 1. A BDD is called ordered (OBDD) if each variable appears at most once on each path from the root node to a terminal node, and if the variables appear in the same order in all other paths. An ordered BDD is called reduced (ROBDD) if it is devoid of any isomorphic subgraph or any redundant node. As the ROBDD representation is unique for a Boolean function with a given variable ordering, it is considered as canonical representation of the function for a particular variable ordering. It is seen that not only BDDs provide an efficient data structure to represent Boolean functions, there is oneDOI: 01.IJRTET.10.2.525 © Association of Computer Electronics and Electrical Engineers, 2013
  • 2. to-one correspondence between a BDD and a MUX-based realization of the function. So, the number of MUXs required to realize a function depends of the number of nodes in the BDD, which in turn depends on the ordering of variables. This helps in reducing power to a greater extent. Figure 1. Transformation of a binary decision tree into a BDD II. POWER REDUCTION TECHNIQUES USING BDDS A.BDDs for mux based FPGA This approach for power reduction in FPGAs comprises two basic steps as shown in Fig. 2. The two basic steps are optimizing decomposed BDDs with the help of ratio parameter based heuristic and then technology mapping of the optimized BDDs onto FPGA cells [1]. This RP heuristic tends to produce balanced BDDs, which results in an increase in the number of leaf nodes, giving rise to greater number of signal paths from root to leaf. Thus the area increase does not result in increased fan-out in the signal path. Techniques like node duplication and sharing have been applied to minimize the number of FPGA cells and delay during technology mapping. The cell configurations have been chosen such that the switched capacitance and hence the power dissipation is minimized. In [1], the proposed algorithm was tested on a large number of several ISCAS benchmark circuits. The result, in terms of area, represented by the number of FPGA cells is found to be comparable, but the performance in terms of delay and energy (power-delay product) are superior to the existing reported results. BDDs generated by this approach do not have the same ordering of variables at the same level along different paths. These BDDs may be termed as Reduced Unordered BDDs (RUBDDs), in contrast to Reduced Ordered BDDs (ROBDDs) commonly used in the existing approaches. Figure 2. Basic Steps for Power Efficient mux Based FPGAs B. BDD-based Logic Synthesis Using PFAL Adiabatic Multiplexer PFAL multiplexer as shown in Fig. 3 is found to give better results than any other adiabatic circuits [8]. In contrast to the existing approach of mapping each node of a ROBDD to one 2-to-I MUX block, the inherent dual-rail feature of the adiabatic MUX circuits has been exploited to reduce the number of MUX blocks dual222
  • 3. rail feature of the adiabatic MUX circuits has been exploited to reduce the number of MUX blocks required in the implementation and increasingly larger reduction for lower frequency of operation. Figure 3. PFAL Dual Rail Adiabatic Mux Figure 4. BDD drawn by collapsing complementary pairs Fig. 4 illustrates reforming of the original BDD by collapsing complementary pairs. Each of these pairs can be replaced by a single adiabatic MUX block for technology mapping. Each of the remaining nodes will also need an adiabatic MUX, though not fully utilized. The final full adder circuit can be synthesized using adiabatic MUX blocks as shown in Fig. 5. Result shows, on an average, 22% reduction in number of MUX blocks and over 50% power consumption in the reduced BDD based adiabatic circuit [2]. C. BDD-based Synthesis Using Dual Rail Static DCVSPG Logic A proposed algorithm [7] for low power digital circuit design is applied on MCNC benchmark circuits and observed considerable reduction in the number of BDD nodes after collapsing complementary pairs. It is seen that the modified BDD is then directly mapped to DCVSPG-based MUX cells as shown in Fig. 6. Each of these MUX cells was found to be simulated using CADENCE SPECTRE SPICE on 180 nm technology with the supply voltage of 1.5V and 500 random input patterns and the results showed an average of 54% savings in energy (in fJ) for frequency ranging from 1 MHz to 1 GHz Moreover, by experimental analysis various parameters were calculated on an average and found 22% reduction in number of MUX cells and 65% reduction in power consumption in the modified circuit if compared to the circuit synthesized by static CMOS MUX cell. As the number of transistors is same (12 transistors) for both static CMOS MUX cell and DCVSPG-based MUX cell, the average reduction in number of transistors for all benchmark circuits was also taken as 22%. Figure 5. Full adder synthesis using adiabatic MUX Figure 6. Dual Rail DCVSPG Mux Cell 223
  • 4. D. BDD-based Synthesis Using PTL logic In this method, the BDD of any Boolean expression is mapped to a pass transistor circuit with a straightforward transformation. Fig. 8 shows mapping of BDD nodes shown in fig. 7 to pass transistor multiplexers. Only nMOS transistors in the pass transistor network are used. Advantages of this choice are that the input load capacitance is minimized (faster circuits and lower power dissipation), and that the area is reduced as well. However, there is need of both input polarities to drive the pass transistor multiplexer. Figure 7. Multi-rooted BDD Figure 8. Pass transistor mapping It is found that the node count is a good measurement for the complexity of the BDD: for a node count up to at least 500 the direct mapping of BDDs to layout seems feasible [9]. When using double-sized pass transistors it was found that the results were sometimes better, but not always. This indicated that the optimum size for the pass transistors is not always the minimal size, but should be chosen according to the performance, power and area trade-off. An efficient power reduction is seen in this case. Synthesized designs obtained using BDDMAP [3] on a subset of MCNC91 logic synthesis benchmarks when compared generally had better area-delay and power-delay products compared with synthesized designs for the same benchmarks generated with Design Analyzer, a commercial logic synthesis tool from Synopsys. E. Kernel based circuit synthesis using BDD The proposed algorithm [4] for low power circuit synthesis consists of three steps: BDD extraction, kernel selection, and a circuit synthesis process. The proposed circuit structure is based on the transformation of a given function f using an extracted kernel as follows. A function f can be expressed with respect to a kernel K as f = fk. K + fk´. K´, where fk and fk´ are generated by dividing the given function f by kernel K and K´ respectively. The Kernel selection step chooses the best partitioning solution in terms of the cost function out of possible partitioning solutions using a simulated annealing algorithm. The cost function has been derived to select the best kernel that can lead to reduction of power under area constraints. The kernel search is performed using BDD, and its cost function is calculated by the estimated circuit power using the switching activities of roughly generated sub circuits or their BDD sizes. The kernel based pre-computation structure is shown in Fig. 9. While doing experiments using the proposed algorithm it was found that, if the signal probability of the input variable was taken to be 0.5, the power dissipation of the circuit in Fig. 10 was 45 µW. The circuit obtained by the proposed scheme as shown in Fig. 11 consumed 28.2 µW, showing improved performance. It was seen that the literal count of the circuit by the proposed scheme was 12, compared to 16 in the circuit generated by SIS. The example shows that the proposed algorithm reduces area. The reduction of power dissipation in the circuits generated by the proposed algorithm was seen to be 27.9% less than the original circuits optimized for area and 22.5% less than the circuits based on the pre-computation scheme. F. NAND BDDs A BDD package is presented that is tuned for fast and efficient combinational equivalent checking. Instead of using the three-operand ITE operation, the basic synthesis algorithm used here is the two-operand Boolean 224
  • 5. NAND. This operation simplifies the implementation of the software and also has advantages regarding the hit rate of the computed Table I and also reduces its size. The realization of the package described here was based on the principle that all operations that are not relevant for the computation of the BDD are avoided. Moreover, it is not a “full” BDD package since few features like dynamic variable ordering and memory management are missing. It was found by testing using benchmarks from ISCAS85 that the number of nodes is never more than 50% larger for NAND-BDDs as compared to the ITE based implementation while the runtime in some cases can be reduced by more than 99% [10]. Figure 9. The kernel based proposed pre-computation structure Figure 10. An example benchmark circuit ‘b1’ Figure 11. Circuit obtained by the kernel based algorithm G. NOR BDDS An approach for the realization of a BDD package, which uses two operand NOR operation instead of using three operand ITE operation to perform manipulation of Boolean functions is designed. This method does not consider some of the main features of BDD package such as dynamic variable ordering, complemented edges, etc. The modified table for NOR operation is given in Table II. This method works with 2 operand compare to ITE operation, so, the execution of the BDD operations is faster. No complemented edges are considered in this method. So the memory requirement for this method is 225
  • 6. lesser than other operations and moreover glitch power is minimized [11]. TABLE I. R EALIZATION OF OPERATORS B Y NAND OPERATION Function Name Expression NAND-call 0000 0001 0010 0 f AND g f>g F f<g G f XOR g f OR g f NOR g f XNOR g 0 f.g f . g´ f f´ . g g 0 NAND(NAND(f,g),1) NAND(NAND(f,g´),1) F NAND(NAND(f´,g),1) G NAND(NAND(f,g´), NAND(f´,g)) NAND(f´,g´) NAND(NAND(f´,g´),1) NAND(NAND(NAND(f,g´),NAND(f´,g)),1) 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111 NOT f f≥g NOT g f≤g f NAND g 1 f g f+g (f + g)´ (f g)´ g´ f + g´ f´ f´ + g (f . g)´ 1 g´ NAND(f´,g) f´ NAND(f,g´) NAND(f,g) 1 This method does not provide a fully fledge BDD package mainly because of the following reasons:  Combinational Equivalent checking needs very fast execution of larger designs. Variable ordering might result in an increase of the time complexity. A heuristic Ordering might solve this problem.  Complemented edges are not considered, therefore no comparison between the variables are required. It leads to minimum use of memory for the BDD package. Advantages of using this system can be classified as follows:  Easy to implement compared to any other logic function mainly due to the fact that NOR is a universal gate.  This method works with 2 operand compare to ITE operation. So the execution of the BDD operations will be faster.  No complemented edges are considered. So the memory requirement for this method will be less than other operations.  This will fit for combinational Equivalence checking of larger circuits with less time complexity, since numbers of nodes are not counted. Variable ordering techniques are not required. H. BDD based design using hybrid Domino Pass Transistor Logic CMOS Asynchronous system design represents an important design methodology in the recent deep sub-micron technologies. The high speed and low power solutions are possible with asynchronous design techniques using simple handshaking and completion detection logic. In [6], the design of a hybrid Domino Pass Transistor Logic CMOS (PTL-CMOS) based 2-bit asynchronous adder is presented. The PTL part of the whole design is designed using the BDD principles. Also, using the former design as basic building block of an 8-bit asynchronous adder has been implemented. The simulation results showed a reduction in number of transistors over Minimal Energy Dual-bit Dynamic adder (MEDB) adder without any compromise in the delay. The hybrid BDD-based design for an 8-bit asynchronous adder was simulated using DSCH tool and also cadence tool, UMC 180nm, 1.5V technology. It showed a total of 268 transistors whereas this number was 376 in the case MEDB adder while considering the number of transistors in the logic block only. Thus, there was a great reduction in the number of transistors in BDD–based design. The pre-charge signal was driven through an inverter chain so that it can drive large loads. A very important point to note in the asynchronous BDD adder was that there was no static short circuit path due to the use of BDD, while such static shortcircuit path can be found in DBPTL logic based design. 226
  • 7. TABLE II. R EALIZATION OF OPERATORS BY NOR OPERATION Function 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111 Name 0 f AND g f>g F f<g G f XOR g f OR g f NOR g Expression 0 f.g f . g´ f f´ . g g f g f+g (f + g)´ NOR-call 0 NOR(f´,g´) NOR(f´,g) f NOR(f,g´) g NOR(NOR(NOR(f,g´), NAND(f´,g)),1) NAND(NAND(f,g),1) NOR(f,g) f XNOR g NOT f f≥g NOT g f≤g f NAND g 1 (f g)´ g´ f + g´ f´ f´ + g (f . g)´ 1 NOR(NOR(f,g´), NOR(f´,g)) g´ NOR(NOR(f,g´),1) f´ NOR(NOR(f´,g),1) NOR((f´,g´),1) 1 I. BDD based design with proper polarity selection for low power It is seen that in BDD based realization of logic circuits, the area and power consumption is determined by the total number of nodes. If a proper polarity selection of the sub-functions is done than it can not only reduce the number of BDD nodes in the design but also the switching activity of the transistors. For this testing a performance analysis of 4-bit magnitude comparator specially for low power was designed in [5] by developing a general evaluation methodology, and also by BDD computation as well as pre-computation strategy. Fig. 12 shows a 4-bit comparator with second pre-computation architecture. The experimental results showed that the total product terms was 78 that means 78 node count, but with the help of BDD package tool it reduced to 46 node count. As one node is represented by a 2x1 multiplexer, after synthesizing 2x1 multiplexer in Synopsys tool, the power required for it was 762.3125 nw. As there were a total of 46 nodes so total power taken by 4-bit comparator was found to be 46*762.3125 nw which is equal to 35.0664 µw. With the previous design when the 4-bit magnitude comparator was synthesized in Synopsys tool then the power output was 164.29 µw. Again after applying pre-computation technique in comparator then the total power was 66.6735µw. This was found to be less compared to without applying precomputation technique in comparator. But still, when all the three ways were compared then one can conclude that, implementation of 4-bit magnitude comparator through BDD is the best way considering the low power aspect. Figure 12. A 4-bit comparator with second pre-computation architecture 227
  • 8. III. CONCLUSION Through vigorous survey for power reduction using BDDs many different techniques were found out. It is seen that BDD acts as a very efficient tool for power reduction by pre-computing the boolean expression or circuits. After this mux realization is done using different efficient power reduction techniques. This approach is a very good topic for research in low power VLSI design. REFERENCES [1] M. Marik and A. Pal, “Energy-aware Logic Synthesis and Technology Mapping for MUX-based FPGAs”, Proceedings of the 17th International Conference on VLSI Design (VLSID’04) IEEE, vol. 4, pp. 1063-9667, 2004. [2] N. S. Pradhan, G. Paul, A. Pal and B. B. Bhattacharya, “Power Aware BDD-based Logic Synthesis Using Adiabatic Multiplexers”, 4th International Conference on Electrical and Computer Engineering ICECE 2006, 19-21 December 2006. [3] M.A. Gallant, “Synthesis of Low Power CMOS Circuits Using Pass Logic Topology”, A thesis presented to the School of Graduate Studies in the Department of Electrical and Cornputer Engineering Royal Military College of Canada Kingston, Ontario, November 1997. [4] I. Choi , H. Kim, S. Lim, S. Hwang, B. Lee, and B. Kim, “A Kernel-Based Partitioning Algorithm for Low-Power, Low-Area Overhead Circuit Design Using Don’t-Care Sets”, ETRI Journal, vol. 24, no. 6, December 2002. [5] P. Singh, C. Gupta and M. Bansal, “Power Optimization In A 4-Bit Magnitude Comparator Circuit Using BDD and Pre-Computation Based Strategy”, International Journal of Applied Engineering Research, vol.7, no.11, 2012. [6] V. Bhagyalakshmi and D.B. Mantri, “A BDD-based Design of An Area-Power Efficient Asynchronous Adder”, International Journal of Electronics and Communication Engineering, vol. 6, no.1, pp. 93-103, 2013. [7] N. S. Pradhan, G. Paul, A. Pal and B. B. Bhattacharya, “Low Power BDD-based Synthesis Using Dual Rail Static DCVSPG Logic”, IEEE, vol. 06, pp. 4244-0387, 2006. [8] D. Somasekhar, Y. Ye, and K.Roy, “An energy recovery static RAM memory core”, Proc. IEEE Symp, Low Power Electronics and Design, pp. 62-63, 1995. [9] V. Bertacco, S. Minato, P. Verplaetse, L. Benini and G. De Micheli, “Decision Diagrams and Pass Transistor Logic Synthesis”, Technical Report No.: CSL-TR-97-748, December 1997. [10] R. Drechsler and M. Thornton, “Fast and Efficient Equivalence Checking based on NAND-BDDs”, Proceedings of IFIP International Conference on Very Large Scale Integration, pp. 401-405, 2001. [11] M. Raseen, A.Assi, P.W. C. Prasad and A. Harb, “BDD Package Based on Boolean NOR Operation”, World Academy of Science, Engineering and Technology, vol. 3, 2007. [12] S. B. Akers, Binary decision diagrams, IEEE Trans. Computers, vol. C-27, no. 6, pp. 509-516, 1978. 228