ACTion: Combining Logic Synthesis and Technology Mapping for MUX based FPGAs

Size: px
Start display at page:

Download "ACTion: Combining Logic Synthesis and Technology Mapping for MUX based FPGAs"

Transcription

1 IEEE EUROMICRO Conference (EUROMICRO 00) Maastricht, September 2000 ACTion: Combinin Loic Synthesis and Technoloy Mappin for MUX based FPGAs Wolfan Günther Rolf Drechsler Institute of Computer Science Chair of Computer Architecture (Prof. Dr. Bernd Becker) Albert-Ludwis-University Freibur im Breisau, Germany Abstract Technoloy mappin for Multiplexor (MUX) based Field Prorammable Gate Arrays (FPGAs) has widely been considered. Here, a new alorithm is proposed that applies techniques from loic synthesis durin mappin. By this, the taret technoloy is considered in the minimization process. Binary Decision Diarams (BDDs) are used as an underlyin data structure due to the close relation between BDDs and MUX netlists. The alorithm uses local don' t cares obtained by a reedy alorithm. The mappin is sped up by computin sinatures. A trade-off quality versus runtime can be specified by the user by settin different parameters. Experimental results comparin the approach to the best known results show improvements of more than 30% for area and 40% for delay for many instances. 1 Introduction Field Prorammable Gate Arrays (FPGAs) have been widely used in implementations of Application Specific Interated Circuits (ASICs) due to several reasons, like short turnaround time and time-to-market aspects. FPGAs are mainly based on a basic cell that consists e.. of a Look- Up Table (LUT) or a Multiplexor (MUX) structure. Several successful approaches to technoloy mappin have been proposed in the last few years [15, 13, 3, 19, 25]. Technoloy mappin is usually applied after a technoloy independent loic optimization phase. Durin technoloy mappin the optimized network is transformed to a functional equivalent network respectin the underlyin circuit architecture. But since this structure is not considered durin loic synthesis the resultin mapped circuits are often far from bein optimal. Several approaches to combine loic synthesis and technoloy mappin have been already proposed usin Pass Transistor Loic (PTL) as a taret technoloy. In [5] a decomposed BDD representation and variable reorderin is used. In [6], a BDD based synthesis flow for PTL is presented. Basic operations to cells are applied. Also local don' t cares are used to minimize the BDDs of cells. In this paper we present a new approach to combine technoloy mappin and loic synthesis. As a taret architecture we use FPGAs based on Actel-1 cells [1]. The alorithm starts with a pre-optimized netlist, obtained by a standard tool, like SIS [23]. However, instead of only mappin the circuit to the taret technoloy, also further lobal optimizations with respect to technoloy are performed. After each modification, the mapper is run aain and the mapped netlists are compared (instead of usin e.. the literal count as an estimation for the resultin circuit size). It has been observed in [7, 11] that this combination tends to be time consumin. However, in most cases only small parts of the netlist are affected by one modification and therefore the mapper only needs to be re-run on the modified parts of the netlist, allowin a fast evaluation. Furthermore, we use an efficient representation of the subcircuits, i.e. we use Binary Decision Diarams (BDDs) [4]: BDDs for cells of the netlist are mered and the resultin BDDs are mapped. To minimize the size of the BDDs, different variable orderin techniques are applied. We also use sophisticated techniques for local don' t care assinment. The alorithm has been implemented as the proram ACTion. We ive comparisons to many other approaches, includin ite map [13, 14, 19] which is interated in SIS. We show that sinificant improvements can be obtained usin ACTion. The paper is structured as follows: The detailed problem formulation is iven in Section 2. In Section 3 the new approach to combine technoloy mappin with loic synthesis is described. Experimental results are iven in Section 4. Finally, the results are summarized.

2 MUX1 MUX2 MUX3 1 0 OR map(mux netlist) set of ates to realize := set of output ates; while (set of ates to realize is not empty) := first element of set of ates to realize; do for (all fanin ates h) mere and h, if the resultin cell is realizable with one Actel-1 cell; while (improvement); insert Actel-1 cell to mapped netlist; insert fanin ates to set of ates to realize; Fiure 2. Sketch of mappin alorithm Fiure 1. Architecture of Actel-1 2 Problem Formulation Durin technoloy mappin a iven netlist is transformed to a functional equivalent representation with respect to a taret technoloy. One of the main problems results from the fact that this taret technoloy is usually not considered durin loic synthesis. The approach in this paper focuses on one specific cell type, i.e. the Actel-1 cell. The basic cell is iven in Fiure 1. Several technoloy mappers have been proposed in the past for this architecture (see e.. [13, 18]). Note that our approach can easily be extended to other cell types. However, a MUX based structure is advantaeous because of the similarity to BDDs. For the rest of the paper we mainly focus on area minimization, i.e. we try to find a representation that minimizes the number of cells needed to represent the circuit. Even thouh delay is not the main optimization objective, it turns out that the resultin circuits often have very ood delay. Choosin an other evaluation function, also other criteria can be incorporated, like power dissipation. 3 Combinin Loic Synthesis and Technoloy Mappin In this section the overall flow of the alorithm is described. To ive a better understandin of the interaction between loic synthesis and technoloy mappin, the main ideas of the mappin alorithm are outlined in Section 3.1. Then the tool implemented as the proram ACTion is described in Section Actel-1 Mapper A relatively simple reedy stratey is used to map MUX based netlists to Actel-1 cells: Startin from the primary outputs of the circuit, a ate is chosen and assined to a new Actel-1 cell. Then the fanin ates are added to the cell one after another until no further ate fits into the cell. Now all ates in the fanin which could not be added to the cell become output cells since they have to be represented by separate cells. A sketch of the mappin alorithm is iven in Fiure 2. To decide whether a ate can be added to an Actel-1 cell, in a preprocessin step the set of functions which can be realized with one cell is computed. Permutation invariant sinatures (see e.. [17]) are used to identify most of the computed results. We used the followin sinatures for a function f: The number of minterms of f. The Boolean values f (0; : : : ; 0) and f (1; : : : ; 1). The number of symmetry roups of f and their size. For each variable x i, the followin sinatures were used: The number of minterms of f xi=1. The number of minterms of 9x i f. The size of the symmetry roup of x i. If the sinatures do not allow to uniquely determine the variable correspondences, a complete enumeration of all variable correspondences has to be carried out. For Actel-1 cells, at most 8! = cases have to be considered. In the experiments, it turned out that only very few different correspondences had to be tested to decide whether a function is in the table of computed results. 3.2 Overall Alorithm Before the preprocessin and main optimization phase of the overall alorithm are discussed, the data structure used is briefly described Representation of the Netlist To represent a netlist, a data structure is used that can represent cells with arbitrary functionality. The function of

3 x 1 x 1 x 2 x 1... x n x 2 x 2 x 3 x x x 3 EXOR ates for transformation Transformed function f τ( ) x 1... x n (a) (b) (c) Fiure 3. Linear transformations for BDD minimization each cell is described by a BDD. Additionally, each cell is marked by a label which denotes either a basic function ( MUX, OR ) or a complex function (in this case, the label is simply BDD ). By this it is possible to decompose the function into blocks which can be represented by Actel-1 cells. Also merin of cells is possible. Note that this representation combines both structural and functional properties Preprocessin Library-invariant optimization tools are used to find a ood startin point. For this, three different startin points are created and then the best one is selected: 1. The first startin point is obtained usin SIS script rued. For the cells of the resultin netlist, local BDDs are constructed. These BDDs are then mapped to a MUX network by substitutin each BDD node by a MUX cell. 2. The MUX network is used to construct a lobal BDD (if possible within iven memory bounds; otherwise the MUX network is the only startin point). To minimize the BDD size, different variable reorderin techniques are applied: for small functions (14 variables or less), an exact alorithm is used [8]. For larer functions, the followin reorderin techniques are applied (in that order): converin roup siftin [21], converin siftin [22], a simple enetic alorithm [24], and finally converin roup siftin aain. Then the BDD is mapped to a MUX network. 3. If the lobal BDD could be constructed in the previous step, a window optimization alorithm usin linear transformations [16, 10] is applied. Linear transformations replace input variables of the BDD by the EXOR of several variables, i.e. instead of assinin variables to each node of the BDD, the parity of a set of variables is assined to each node. Fiure 3 (b) shows an example of a linearly transformed BDD for the function iven by its BDD in Fiure 3 (a). To heuristically find a ood linear transformation, the window optimization alorithm computes the optimal linear transformation for small windows of size 3. This results in a circuit like the one shown in Fiure 3 (c). The circuit is mapped to MUX cells by replacin each EXOR ate by two MUX cells. The startin point used for the followin steps is the one that results in the least number of Actel-1 cells (usin the mapper of Section 3.1). Compared to the followin step, the preprocessin consumes only a small fraction of the runtime Local Optimization Startin from a netlist obtained in the preprocessin step, local synthesis operations are applied. These modifications may result in cells consistin of BDDs with many nodes. The operations we used are the followin: 1. Chane polarity of one cell [20]. 2. Mere one cell with all its fanin cells. In a first step, each cell is mered with its fanin cells one after another. To avoid local minima, in a second step also larer reions of fanin cells are mered, unless the BDDs for the cells become too lare. 3. Mere one cell with all its fanout cells. 4. Mere two cells with similar inputs. As the resultin cell has two outputs, the shared BDD representation for the cell is mapped to MUX cells. By this, many small cells are created, which enables further merin steps. After each modification the resultin number of Actel-1 cells is computed usin the mapper of the previous section. (If the netlist contains BDD cells consistin of more than one MUX, these BDDs are replaced by a MUX netlist before mappin.) If the resultin number of Actel-1 cells is larer than the size before, then the last modification is undone and the previous netlist is restored. Therefore, the optimization is no loner technoloy independent. The opti-

4 ACTion (netlist) f /* preprocessin */ use SIS script rued to et a first startin point net; build BDD for netlist; if (successful) f net2 := BDD mapped to MUX netlist; replace net by net2 if better (in terms of Actel-1 cells); build linearly transformed BDD; net3 := transformed BDD mapped to MUX netlist; replace net by net3 if it is better (in terms of Actel-1 cells); /* local optimization phase */ repeat 3 times f repeat f foreach operation o of (chane polarity, mere one fanin, mere set of fanins, mere fanout, mere similar) f for (all ates of net) f net' := perform local synthesis operation of type o; if (net' is better in terms of Actel-1 cells) f net := net'; until (no improvement or time exceeded) net := net mapped to a MUX netlist; Fiure 4. Sketch of alorithm mization steps are iterated until no further improvement can be obtained (or a user defined time limit is reached). Then, the netlist is mapped to a multiplexor netlist, leadin to tiny cells consistin of only one MUX ate. This is also done in each mappin step, but in this case the small cells are part of the new netlist, whereas the netlist remains unchaned for the mappin step. If the size of the intermediate BDDs rows too much, the merin process can be stopped, as it is very unlikely (yet desirable) that the size can be reduced by further merin steps. The local optimization cycle is carried out three times. A sketch of the overall alorithm is iven in Fiure 4. All in all, the flow of the alorithm is very simple and the ood quality (see below) mainly results from the technoloy dependent optimizations durin local optimization and the ood BDD minimization techniques, which will be described in more detail in the followin. 3.3 Merin Cells Fiure 5. Merin two cells Merin two cells is the main operation of local optimization. Basically, this is done by buildin the BDD for the mered cell, i.e. a variable is substituted by another BDD (see Fiure 5). As the size of the resultin BDD directly influences the mappin result, a minimal representation is very desirable. Therefore, we apply different methods for variable reorderin. If the number of variables is small enouh, an exact

5 4 Experimental Results fanin cone OBDD cell fanout cone Fiure 6. Reion surroundin a cell to compute local don't cares alorithm [8] is used. Otherwise, converin siftin [21] is called. By this procedure, in most cases a ood variable orderin is found. To further minimize the BDD sizes, we make use of local don' t cares. The don' t care set could be determined by constructin the characteristic function of the whole netlist. However, its BDD size is often too lare to fit into the main memory. Therefore, the don' t care set is computed only for a local reion surroundin the cell (see Fiure 6). The reion is chosen in a way that the BDD sizes remain acceptable: It consists of a fanin cone of the cell of maximum depth 4 and a fanout cone of the cell of maximum depth 4 (unless the ate is primary output). The BDD is constructed for the reion unless its size exceeds a iven limit, i.e. four times the size of the netlist. (These numbers can be chaned by the user accordin to the trade-off quality versus runtime.) More formally, iven the characteristic functions for the fanin cone, fanout cone and the whole reion, a characteristic function cell for the cell is constructed. This function contains the care information of the cell. Next, the characteristic function has to be converted into a don' t care function. But as the cell is sinle-output, this can be done usin universal quantification over the output variable: Let x 2 B n denote some assinment to the primary inputs. Then dc(x) = 1, cell (x; 0) = 1 ^ cell (x; 1) = 1, 8o 2 B : cell (x; o) = 1; i.e. dc = 8o: cell. With the don' t care information iven as a Boolean function, standard minimization alorithms known from formal verification can be applied. We used a safe minimization alorithm [12] which uarantees that the size of the BDD does not increase by the minimization process. Note that it does not prevent the final result from becomin worse, due to the mappin step. However, in most cases some improvements can be obtained. Usin these sophisticated minimization techniques, the BDD sizes can often be reduced sinificantly. In this section we describe our experimental results. All experiments are carried out on a SUN Ultra 1 workstation. The CUDD packae [24] is used as underlyin BDD packae. A memory limit of 100 MB and a runtime limit of 15,000 CPU seconds is set in all experiments. The hih runtime limit is used because the quality of the results was our main interest. In a first series of experiments the ACTion alorithm is compared to several previously presented approaches. Results are iven in Table 1. The name of the benchmark is iven in the first column. The followin columns report the number of Actel-1 cells needed for each circuit for the approaches misii [23], Amap [13], Prosperine [9], mis-pa (old, without last asp, with last asp) [18], respectively 1. In the last column we ive the results of the alorithm AC- Tion. The best result in each row is iven in bold. As can be seen ACTion clearly outperforms all other approaches. Compared to the other mappers improvements of more than 50% can be observed (see alu2). The averae improvement to mis-pa with last asp is 20%. In a second series of experiments we compare ACTion to the ite map alorithm interated in SIS (see Table 2). For ite map, we first run script rued and then apply ite map (with two iterations). Both area and delay (usin the unit delay model) values are iven. The startin point of ACTion is iven in column start (see Section 3.2.2): SIS means that the initial netlist was obtained by SIS, while for BDD it was obtained by buildin the lobal BDD. LT refers to linearly transformed BDDs. The runtime of ACTion in CPU seconds is iven in the last column. Aain, the best results are iven in bold. An improvement in size can be observed for most examples. It is important to notice that in both cases where ite map outperforms ACTion the results differ by less than 10%. But in some cases the improvement of ACTion over ite map is much larer (see e.. t481), i.e. more than a factor of 30. This clearly demonstrates the robustness of our alorithm resultin from the different startin points. Furthermore, usin ACTion also the delay of the circuits is on averae 26% smaller than usin ite map. In most cases where the area is smaller, the delay is also much smaller (see e. alu4 or f51m). For larer instances, the alorithm tends to need much runtime. Therefore, we use an upper limit of 15,000 CPU seconds for the runtime. If the limit is exceeded, the best result found so far is reported. By this approach the user can trade off the runtime to spend and the quality of the result. Fiure 7 shows an analysis of this trade-off for c3540. Startin with 534 cells, the area is much larer than the result of ite map (462 cells). After less than 500 seconds, AC- Tion has also reached that value, but then further reduces 1 The numbers are taken from [18].

6 Table 1. Comparison to previously presented alorithms circuit misii Amap Proserpine mis-pa ACTion old new-nlg new-lg 5xp sym n/a alu n/a apex b n/a bw clip e n/a f51m misex rd sao n/a v z4ml n/a total sub-total the function to 414 cells. Also other parameters of the alorithm can be modified in order to trade off area versus runtime. Such parameters are e.. the limitation of maximal intermediate BDD sizes or the size of the reion the local don' t care set is computed from. In a third series of experiments, we compare our results to the results of the Actel Desiner usin ACTmap VHDL Synthesis [2]. Results are iven in Table 3. It can be seen that ACTion always produces results which have smaller or equal size. In some cases, the reduction is even more than a factor of two (see e.. cordic or term1). Finally, we compare the best ever values that we found in literature to the results obtained by ACTion usin a fixed parameter set and a runtime limit of 15,000 CPU seconds and to the best ever values we obtained for ACTion by varyin the parameters. The numbers are iven in Table 4. As can be seen, in many cases even ACTion with fixed parameters can further improve the best known values. For some benchmarks, like alu2 or rd84, even lare reductions can be observed. Usin different parameter settins, these results can be further improved in many cases. However, these improvements are rather small and therefore underline the robustness of our approach. 5 Conclusions We presented a new approach to combine technoloy mappin and loic synthesis. The networks are optimized such that they fit well on multiplexor based FPGAs. To minimize the underlyin BDD data structure, we use variable reorderin techniques and local don' t care minimiza- Actel-1 cells Time [s] Fiure 7. Trade-off time versus quality for c3540 tion. The user can specify parameters like a runtime limit or the maximal size of intermediate BDDs in order to trade off quality of the results versus runtime. The alorithm has been implemented as the proram ACTion. A comparison to previously published approaches clearly demonstrates the efficiency of the approach. References [1] Actel. ACT TM 1 series FPGAs. Also available at s01d07.pdf, 1997.

7 Table 2. Comparison to ite map circuit in out ite map ACTion ain area delay start area delay CPU time area delay 5xp LT % % 9sym LT % % alu BDD % % alu LT % % apex SIS % 38.5 % apex BDD % % apex SIS % % b SIS % % bw SIS % % c SIS % 0.0 % c SIS % 0.0 % c SIS % 36.4 % c SIS % -4.0 % c SIS % % c SIS % % c SIS % % c SIS % 4.5 % clip LT % % cordic BDD % % dalu LT % % des LT % % duke BDD % % e SIS % 23.1 % ex LT % 0.0 % f51m LT % % k SIS % 37.5 % misex SIS % % rd LT % % rot SIS % 0.0 % sao LT % % spla SIS % 33.3 % t LT % % v SIS % % z4ml BDD % % total [2] Actel. Actel DeskTOP CD. See com/products/systems/desktop.html, [3] S.D. Brown, R.J. Francis, J. Rose, and Z.G. Vranesic. Field-Prorammable Gate Arrays. Kluwer Academic Publisher, [4] R.E. Bryant. Graph - based alorithms for Boolean function manipulation. IEEE Trans. on Comp., 35(8): , [5] P. Buch, A. Narayan, A.R. Newton, and A.L. Saniovanni-Vincentelli. Loic synthesis for lare pass transistor circuits. In Int' l Conf. on CAD, paes , [6] R. Chaudhry, T.-H. Liu, A. Aziz, and J.L. Burns. Areaoriented synthesis for pass-transistor loic. In Int' l Conf. on Comp. Desin, paes , [7] G. De Micheli. Synthesis and Optimization of Diital Circuits. McGraw-Hill, Inc., [8] R. Drechsler, N. Drechsler, and W. Günther. Fast exact minimization of BDDs. IEEE Trans. on CAD, 19(3): , [9] S. Ercolani and G.D. Micheli. Technoloy mappin for electrically prorammable ate arrays. In Desin Automation Conf., paes , 1991.

8 Table 3. Comparison to Actel Desiner circuit in out Desiner ACTion ain alu % apex % c % cc % cm150a % cm151a % cm162a % cm85a % cordic % cu % f51m % i % rot % term % too lare % x % x % z4ml % Table 4. ACTion vs. best ever results circuit literature ACTion ACTion best ever fixed param best ever 5xp sym alu apex b bw c clip cordic e f51m misex rd sao t v z4ml total [10] W. Günther and R. Drechsler. BDD minimization by linear transformations. In Advanced Computer Systems, paes , [11] G. Hachtel and F. Somenzi. Loic Synthesis and Verification Alorithms. Kluwer Academic Publisher, [12] Y. Hon, P.A. Beerel, J.R. Burch, and K.L. McMillan. Safe BDD minimization usin don' t cares. In Desin Automation Conf., paes , [13] K. Karplus. Amap: a technoloy mapper for selectorbased field-prorammable ate arrays. In Desin Automation Conf., paes , [14] K. Karplus. ITEM: an if-then-else minimizer for loic synthesis. Technical report, University of California, Santa Cruz, [15] K. Keutzer. Daon: Technoloy bindin and local optimization by da matchin. In Desin Automation Conf., paes , [16] C. Meinel, F. Somenzi, and T. Theobald. Linear siftin of decision diarams. In Desin Automation Conf., paes , [17] J. Mohnke, P. Molitor, and S. Malik. Limits of usin sinatures for permutation independent Boolean comparison. In ASP Desin Automation Conf., paes , [18] R. Murai, R.K. Brayton, and A.L. Saniovanni- Vincentelli. An improved synthesis alorithm for multiplexor-based PGA' s. In Desin Automation Conf., paes , [19] R. Murai, R.K. Brayton, and A.L. Saniovanni- Vincentelli. Loic Synthesis for Field-Prorammable Gate Arrays. Kluwer Academic Publisher, [20] R. Murai, Y. Nishizaki, N. Shenoy, R.K. Brayton, and A. Saniovanni-Vincentelli. Loic synthesis for prorammable ate arrays. In Desin Automation Conf., paes , [21] S. Panda and F. Somenzi. Who are the variables in your neihborhood. In Int'l Conf. on CAD, paes 74 77, [22] R. Rudell. Dynamic variable orderin for ordered binary decision diarams. In Int'l Conf. on CAD, paes 42 47, [23] E. Sentovich, K. Sinh, L. Lavano, Ch. Moon, R. Murai, A. Saldanha, H. Savoj, P. Stephan, R. Brayton, and A. Saniovanni-Vincentelli. SIS: A system for sequential circuit synthesis. Technical report, University of Berkeley, [24] F. Somenzi. CUDD: CU Decision Diaram Packae Release University of Colorado at Boulder, [25] C. Yan, M. Ciesielski, and V. Sinhal. BDS: a BDDbased loic optimization system. In Desin Automation Conf., 2000.

Beyond the Combinatorial Limit in Depth Minimization for LUT-Based FPGA Designs

Beyond the Combinatorial Limit in Depth Minimization for LUT-Based FPGA Designs Beyond the Combinatorial Limit in Depth Minimization for LUT-Based FPGA Designs Jason Cong and Yuzheng Ding Department of Computer Science University of California, Los Angeles, CA 90024 Abstract In this

More information

Formal Verification using Probabilistic Techniques

Formal Verification using Probabilistic Techniques Formal Verification using Probabilistic Techniques René Krenz Elena Dubrova Department of Microelectronic and Information Technology Royal Institute of Technology Stockholm, Sweden rene,elena @ele.kth.se

More information

A New Decomposition of Boolean Functions

A New Decomposition of Boolean Functions A New Decomposition of Boolean Functions Elena Dubrova Electronic System Design Lab Department of Electronics Royal Institute of Technology Kista, Sweden elena@ele.kth.se Abstract This paper introduces

More information

Binary Decision Diagram with Minimum Expected Path Length

Binary Decision Diagram with Minimum Expected Path Length Binary Decision Diagram with Minimum Expected Path Length Yi-Yu Liu Kuo-Hua Wang TingTing Hwang C. L. Liu Department of Computer Science, National Tsing Hua University, Hsinchu 300, Taiwan Dept. of Computer

More information

On Accelerating Pattern Matching for Technology Mapping

On Accelerating Pattern Matching for Technology Mapping On cceleratin Pattern Matchin for Technoloy Mappin Yusuke Matsunaa yusuke@flabfujitsucojp ujitsu Laboratories Limited bstract Pattern matchin alorithm is simple and fast comparin to other matchin alorithms

More information

Checking Equivalence for Circuits Containing Incompletely Specified Boxes

Checking Equivalence for Circuits Containing Incompletely Specified Boxes Freiburg, Germany, September 00 Checking Equivalence for Circuits Containing Incompletely Specified Boxes Christoph Scholl Bernd Becker Institute of Computer Science Albert Ludwigs University D 79110 Freiburg

More information

Boolean Matching for Complex PLBs in LUT-based FPGAs with Application to Architecture Evaluation. Jason Cong and Yean-Yow Hwang

Boolean Matching for Complex PLBs in LUT-based FPGAs with Application to Architecture Evaluation. Jason Cong and Yean-Yow Hwang Boolean Matching for Complex PLBs in LUT-based PAs with Application to Architecture Evaluation Jason Cong and Yean-Yow wang Department of Computer Science University of California, Los Angeles {cong, yeanyow}@cs.ucla.edu

More information

An Efficient Framework of Using Various Decomposition Methods to Synthesize LUT Networks and Its Evaluation

An Efficient Framework of Using Various Decomposition Methods to Synthesize LUT Networks and Its Evaluation An Efficient Framework of Using Various Decomposition Methods to Synthesize LUT Networks and Its Evaluation Shigeru Yamashita Hiroshi Sawada Akira Nagoya NTT Communication Science Laboratories 2-4, Hikaridai,

More information

Design of Framework for Logic Synthesis Engine

Design of Framework for Logic Synthesis Engine Design of Framework for Logic Synthesis Engine Tribikram Pradhan 1, Pramod Kumar 2, Anil N S 3, Amit Bakshi 4 1 School of Information technology and Engineering, VIT University, Vellore 632014, Tamilnadu,

More information

FPGA Technology Mapping: A Study of Optimality

FPGA Technology Mapping: A Study of Optimality FPGA Technoloy Mappin: A Study o Optimality Andrew Lin Department o Electrical and Computer Enineerin University o Toronto Toronto, Canada alin@eec.toronto.edu Deshanand P. Sinh Altera Corporation Toronto

More information

FlowMap: An Optimal Technology Mapping Algorithm for Delay Optimization in Lookup-Table Based FPGA Designs

FlowMap: An Optimal Technology Mapping Algorithm for Delay Optimization in Lookup-Table Based FPGA Designs . FlowMap: An Optimal Technology Mapping Algorithm for Delay Optimization in Lookup-Table Based FPGA Designs Jason Cong and Yuzheng Ding Department of Computer Science University of California, Los Angeles,

More information

A New Algorithm to Create Prime Irredundant Boolean Expressions

A New Algorithm to Create Prime Irredundant Boolean Expressions A New Algorithm to Create Prime Irredundant Boolean Expressions Michel R.C.M. Berkelaar Eindhoven University of technology, P.O. Box 513, NL 5600 MB Eindhoven, The Netherlands Email: michel@es.ele.tue.nl

More information

Low cost concurrent error masking using approximate logic circuits

Low cost concurrent error masking using approximate logic circuits 1 Low cost concurrent error maskin usin approximate loic circuits Mihir R. Choudhury, Member, IEEE and Kartik Mohanram, Member, IEEE Abstract With technoloy scalin, loical errors arisin due to sinle-event

More information

On Using Permutation of Variables to Improve the Iterative Power of Resynthesis

On Using Permutation of Variables to Improve the Iterative Power of Resynthesis On Using Permutation of Variables to Improve the Iterative Power of Resynthesis Petr Fiser, Jan Schmidt Faculty of Information, Czech Technical University in Prague fiserp@fit.cvut.cz, schmidt@fit.cvut.cz

More information

Abstract. cells to ensure ecient technology mapping. BDD variable order optimization is achieved

Abstract. cells to ensure ecient technology mapping. BDD variable order optimization is achieved PTM: A Technoloy Mapper for Pass-Transistor Loic Nan Zhuan, Marcus v. Scotti and Peter Y.K. Cheun 1 Abstract Pass-Transistor Mapper (PTM), a loic synthesis tool specically desined for passtransistor based

More information

Compatible Class Encoding in Roth-Karp Decomposition for Two-Output LUT Architecture

Compatible Class Encoding in Roth-Karp Decomposition for Two-Output LUT Architecture Compatible Class Encoding in Roth-Karp Decomposition for Two-Output LUT Architecture Juinn-Dar Huang, Jing-Yang Jou and Wen-Zen Shen Department of Electronics Engineering, National Chiao Tung Uniersity,

More information

Bi-Partition of Shared Binary Decision Diagrams

Bi-Partition of Shared Binary Decision Diagrams Bi-Partition of Shared Binary Decision Diagrams Munehiro Matsuura, Tsutomu Sasao, on T Butler, and Yukihiro Iguchi Department of Computer Science and Electronics, Kyushu Institute of Technology Center

More information

Checking Equivalence for Partial Implementations

Checking Equivalence for Partial Implementations Checking Equivalence for Partial Implementations Christoph Scholl Institute of Computer Science Albert Ludwigs University D 79110 Freiburg im Breisgau, Germany email: scholl@informatik.uni-freiburg.de

More information

Simultaneous Depth and Area Minimization in LUT-based FPGA Mapping

Simultaneous Depth and Area Minimization in LUT-based FPGA Mapping Simultaneous Depth and Area Minimization in LUT-based FPGA Mapping Jason Cong and Yean-Yow Hwang Department of Computer Science University of California, Los Angeles, CA 90024 Abstract In this paper, we

More information

Module. Sanko Lan Avi Ziv Abbas El Gamal. and its accompanying FPGA CAD tools, we are focusing on

Module. Sanko Lan Avi Ziv Abbas El Gamal. and its accompanying FPGA CAD tools, we are focusing on Placement and Routin For A Field Prorammable Multi-Chip Module Sanko Lan Avi Ziv Abbas El Gamal Information Systems Laboratory, Stanford University, Stanford, CA 94305 Abstract Placemen t and routin heuristics

More information

Bus-Based Communication Synthesis on System-Level

Bus-Based Communication Synthesis on System-Level Bus-Based Communication Synthesis on System-Level Michael Gasteier Manfred Glesner Darmstadt University of Technoloy Institute of Microelectronic Systems Karlstrasse 15, 64283 Darmstadt, Germany Abstract

More information

Using Synthesis Techniques in SAT Solvers

Using Synthesis Techniques in SAT Solvers 1. Introduction Using Synthesis Techniques in SAT Solvers Rolf Drechsler Institute of Computer Science University of Bremen 28359 Bremen, Germany drechsle@informatik.uni-bremen.de Abstract In many application

More information

Technology Mapping and Packing. FPGAs

Technology Mapping and Packing. FPGAs Technology Mapping and Packing for Coarse-grained, Anti-fuse Based FPGAs Chang Woo Kang, Ali Iranli, and Massoud Pedram University of Southern California Department of Electrical Engineering Los Angeles

More information

Lazy Group Sifting for Efficient Symbolic State Traversal of FSMs

Lazy Group Sifting for Efficient Symbolic State Traversal of FSMs Lazy Group Sifting for Efficient Symbolic State Traversal of FSMs Hiroyuki Higuchi Fabio Somenzi Fujitsu Laboratories Ltd. University of Colorado Kawasaki, Japan Boulder, CO Abstract This paper proposes

More information

How Much Logic Should Go in an FPGA Logic Block?

How Much Logic Should Go in an FPGA Logic Block? How Much Logic Should Go in an FPGA Logic Block? Vaughn Betz and Jonathan Rose Department of Electrical and Computer Engineering, University of Toronto Toronto, Ontario, Canada M5S 3G4 {vaughn, jayar}@eecgutorontoca

More information

SBG SDG. An Accurate Error Control Mechanism for Simplification Before Generation Algorihms

SBG SDG. An Accurate Error Control Mechanism for Simplification Before Generation Algorihms An Accurate Error Control Mechanism for Simplification Before Generation Alorihms O. Guerra, J. D. Rodríuez-García, E. Roca, F. V. Fernández and A. Rodríuez-Vázquez Instituto de Microelectrónica de Sevilla,

More information

Fast Module Mapping and Placement for Datapaths in FPGAs

Fast Module Mapping and Placement for Datapaths in FPGAs Fast Module Mappin and Placement for Datapaths in FPGAs Timothy J. Callahan, Philip Chon, André DeHon, and John Wawrzynek University of California at Berkeley Abstract By tailorin a compiler tree-parsin

More information

SEPP: a New Compact Three-Level Logic Form

SEPP: a New Compact Three-Level Logic Form SEPP: a New Compact Three-Level Logic Form Valentina Ciriani Department of Information Technologies Università degli Studi di Milano, Italy valentina.ciriani@unimi.it Anna Bernasconi Department of Computer

More information

BDD Path Length Minimization Based on Initial Variable Ordering

BDD Path Length Minimization Based on Initial Variable Ordering Journal of Computer Sciences (4): 52-529, 2005 ISSN 549-66 2005 Science Publications BDD Path Length Minimization Based on Initial Variable Ordering P.W.C. Prasad, M. Raseen, 2 A. Assi and S.M.N.A. Senanayake

More information

SCALE SELECTIVE EXTENDED LOCAL BINARY PATTERN FOR TEXTURE CLASSIFICATION. Yuting Hu, Zhiling Long, and Ghassan AlRegib

SCALE SELECTIVE EXTENDED LOCAL BINARY PATTERN FOR TEXTURE CLASSIFICATION. Yuting Hu, Zhiling Long, and Ghassan AlRegib SCALE SELECTIVE EXTENDED LOCAL BINARY PATTERN FOR TEXTURE CLASSIFICATION Yutin Hu, Zhilin Lon, and Ghassan AlReib Multimedia & Sensors Lab (MSL) Center for Sinal and Information Processin (CSIP) School

More information

Delay Estimation for Technology Independent Synthesis

Delay Estimation for Technology Independent Synthesis Delay Estimation for Technology Independent Synthesis Yutaka TAMIYA FUJITSU LABORATORIES LTD. 4-1-1 Kamikodanaka, Nakahara-ku, Kawasaki, JAPAN, 211-88 Tel: +81-44-754-2663 Fax: +81-44-754-2664 E-mail:

More information

BoolTool: A Tool for Manipulation of Boolean Functions

BoolTool: A Tool for Manipulation of Boolean Functions BoolTool: A Tool for Manipulation of Boolean Functions Petr Fišer, David Toman Czech Technical University in Prague Department of Computer Science and Engineering Karlovo nám. 13, 121 35 Prague 2 e-mail:

More information

FPGA Trojans through Detecting and Weakening of Cryptographic Primitives

FPGA Trojans through Detecting and Weakening of Cryptographic Primitives FPGA Trojans throuh Detectin and Weakenin of Cryptoraphic Primitives Pawel Swierczynski, Marc Fyrbiak, Philipp Koppe, and Christof Paar, Fellow, IEEE Horst Görtz Institute for IT Security, Ruhr University

More information

File Formats. Appendix A. A.1 Benchmarks. A.2 ESPRESSO Format

File Formats. Appendix A. A.1 Benchmarks. A.2 ESPRESSO Format Appendix A File Formats A.1 Benchmarks Tables A.1 and A.2 present benchmark parameters for two-level logic (in ESPRESSO format) set and finite-state tables (in KISS2 format) set respectively. A.2 ESPRESSO

More information

Don t Cares and Multi-Valued Logic Network Minimization

Don t Cares and Multi-Valued Logic Network Minimization Don t Cares and Multi-Valued Logic Network Minimization Yunian Jiang Robert K. Brayton Department of Electrical Engineering and Computer Sciences University of California, Berkeley wiang,brayton @eecs.berkeley.edu

More information

Efficient and Provably Secure Ciphers for Storage Device Block Level Encryption

Efficient and Provably Secure Ciphers for Storage Device Block Level Encryption Efficient and Provably Secure Ciphers for Storae Device Block evel Encryption Yulian Zhen SIS Department, UNC Charlotte yzhen@uncc.edu Yone Wan SIS Department, UNC Charlotte yonwan@uncc.edu ABSTACT Block

More information

Simultaneous Depth and Area Minimization in LUT-based FPGA Mapping

Simultaneous Depth and Area Minimization in LUT-based FPGA Mapping Simultaneous Depth and Area Minimization in LUT-based FPGA Mapping Jason Cong and Yean-Yow Hwang Department of Computer Science University of California, Los Angeles, CA 90024 January 31, 1995 Abstract

More information

On the Relation between SAT and BDDs for Equivalence Checking

On the Relation between SAT and BDDs for Equivalence Checking On the Relation between SAT and BDDs for Equivalence Checking Sherief Reda 1 Rolf Drechsler 2 Alex Orailoglu 1 1 Computer Science & Engineering Department University of California, San Diego La Jolla,

More information

Combinational Equivalence Checking Using Satisfiability and Recursive Learning

Combinational Equivalence Checking Using Satisfiability and Recursive Learning Combinational Equivalence Checking Using Satisfiability and Recursive Learning João Marques-Silva Thomas Glass Instituto Superior Técnico Siemens AG Cadence European Labs/INESC Corporate Technology 1000

More information

IBM Thomas J. Watson Research Center. Yorktown Heights, NY, U.S.A. The major advantage of BDDs is their eciency for a

IBM Thomas J. Watson Research Center. Yorktown Heights, NY, U.S.A. The major advantage of BDDs is their eciency for a Equivalence Checkin Usin Cuts and Heaps Andreas Kuehlmann Florian Krohm IBM Thomas J. Watson Research Center Yorktown Heihts, NY, U.S.A. Abstract This paper presents a verication technique which is specically

More information

Department of Computer Science, Tsing Hua University. Quickturn Design Systems, Inc., 440 Clyde Avenue,

Department of Computer Science, Tsing Hua University. Quickturn Design Systems, Inc., 440 Clyde Avenue, DP Gen: A Datapath Generator for Multiple-FPGA Applications y Wen-Jon Fan 1, Allen C.-H. Wu 1, Ti-Yen Yen 2, and Tsair-Chin Lin 2 1 Department of Computer Science, Tsin Hua University Hsinchu, Taiwan,

More information

An Algorithm for the Construction of Decision Diagram by Eliminating, Merging and Rearranging the Input Cube Set

An Algorithm for the Construction of Decision Diagram by Eliminating, Merging and Rearranging the Input Cube Set An Algorithm for the Construction of Decision Diagram by Eliminating, Merging and Rearranging the Input Cube Set Prof. Sudha H Ayatti Department of Computer Science & Engineering KLS GIT, Belagavi, Karnataka,

More information

Multi-Level Logic Synthesis for Low Power

Multi-Level Logic Synthesis for Low Power Examples Before Mapping After Mapping Area Power Area Delay Power 5xp1 0.93 0.98 0.86 0.82 0.90 Z5xp1 0.97 0.91 0.95 0.78 0.84 9sym 0.89 1.01 0.83 0.86 0.87 9symml 1.24 1.02 1.15 1.12 0.84 apex5 0.99 0.96

More information

Parallel Logic Synthesis Optimization for Digital Sequential Circuit

Parallel Logic Synthesis Optimization for Digital Sequential Circuit Kasetsart J. (Nat. Sci.) 36 : 319-326 (2002) Parallel Logic Synthesis Optimization for Digital Sequential Circuit Aswit Pungsema and Pradondet Nilagupta ABSTRACT High-level synthesis tools are very important

More information

FSM ENCODING FOR BDD REPRESENTATIONS

FSM ENCODING FOR BDD REPRESENTATIONS Int. J. Appl. Math. Comput. Sci., 27, Vol. 7, No., 3 28 DOI:.2478/v6-7--6 FSM ENCODING FOR BDD REPRESENTATIONS WILSIN GOSTI, TIZIANO VILLA,, ALEX SALDANHA, ALBERTO L. SANGIOVANNI-VINCENTELLI, Cadence Desin

More information

On Nominal Delay Minimization in LUT-Based FPGA Technology Mapping

On Nominal Delay Minimization in LUT-Based FPGA Technology Mapping On Nominal Delay Minimization in LUT-Based FPGA Technology Mapping Jason Cong and Yuzheng Ding Department of Computer Science University of California, Los Angeles, CA 90024 Abstract In this report, we

More information

A Boolean Paradigm in Multi-Valued Logic Synthesis

A Boolean Paradigm in Multi-Valued Logic Synthesis A Boolean Paradigm in Multi-Valued Logic Synthesis Abstract Alan Mishchenko Department of ECE Portland State University alanmi@ece.pd.edu Optimization algorithms used in binary multi-level logic synthesis,

More information

x 1 x 2 ( x 1, x 2 ) X 1 X 2 two-valued output function. f 0 f 1 f 2 f p-1 x 3 x 4

x 1 x 2 ( x 1, x 2 ) X 1 X 2 two-valued output function. f 0 f 1 f 2 f p-1 x 3 x 4 A Method to Represent Multiple- Switching Functions by Using Multi-Valued Decision Diagrams Tsutomu Sasao Department of Computer Science and Electronics Kyushu Institute of Technology Iizuka 8, Japan Jon

More information

Implementing a Multiple-Valued Decision Diagram Package

Implementing a Multiple-Valued Decision Diagram Package ISMVL-98 Page 1 Implementing a Multiple-Valued Decision Diagram Package D. Michael Miller Rolf Drechsler VLSI Design and Test Group Institute of Computer Science Department of Computer Science Albert-Ludwigs-University

More information

The Role of Switching in Reducing the Number of Electronic Ports in WDM Networks

The Role of Switching in Reducing the Number of Electronic Ports in WDM Networks 1 The Role of Switchin in Reducin the Number of Electronic Ports in WDM Networks Randall A. Berry and Eytan Modiano Abstract We consider the role of switchin in minimizin the number of electronic ports

More information

The 17th International Conference on Safety, Reliability and Security (SAFECOMP 98) LNCS, Heidelberg, 1998

The 17th International Conference on Safety, Reliability and Security (SAFECOMP 98) LNCS, Heidelberg, 1998 The 17th International Conference on Safety, Reliability and Security (SAFECOMP 98) LNCS, Heidelberg, 1998 Verifying Integrity of Decision Diagrams Rolf Drechsler Institute of Computer Science Albert-Ludwigs-University

More information

Error Bounded Exact BDD Minimization in Approximate Computing

Error Bounded Exact BDD Minimization in Approximate Computing Error Bounded Exact BDD Minimization in Approximate Computing Saman Froehlich 1, Daniel Große 1,2, Rolf Drechsler 1,2 1 Cyber-Physical Systems, DFKI GmbH, Bremen, Germany 2 Group of Computer Architecture,

More information

Don't Cares in Multi-Level Network Optimization. Hamid Savoj. Abstract

Don't Cares in Multi-Level Network Optimization. Hamid Savoj. Abstract Don't Cares in Multi-Level Network Optimization Hamid Savoj University of California Berkeley, California Department of Electrical Engineering and Computer Sciences Abstract An important factor in the

More information

PARALLEL PERFORMANCE DIRECTED TECHNOLOGY MAPPING FOR FPGA. Laurent Lemarchand. Informatique. ea 2215, D pt. ubo University{ bp 809

PARALLEL PERFORMANCE DIRECTED TECHNOLOGY MAPPING FOR FPGA. Laurent Lemarchand. Informatique. ea 2215, D pt. ubo University{ bp 809 PARALLEL PERFORMANCE DIRECTED TECHNOLOGY MAPPING FOR FPGA Laurent Lemarchand Informatique ubo University{ bp 809 f-29285, Brest { France lemarch@univ-brest.fr ea 2215, D pt ABSTRACT An ecient distributed

More information

Sequential Logic Rectifications with Approximate SPFDs

Sequential Logic Rectifications with Approximate SPFDs Sequential Logic Rectifications with Approximate SPFDs Yu-Shen Yang 1, Subarna Sinha, Andreas Veneris 1, Robert K. Brayton 3, and Duncan Smith 4 1 Dept. of ECE, University of Toronto, Toronto, Canada.

More information

1/28/2013. Synthesis. The Y-diagram Revisited. Structural Behavioral. More abstract designs Physical. CAD for VLSI 2

1/28/2013. Synthesis. The Y-diagram Revisited. Structural Behavioral. More abstract designs Physical. CAD for VLSI 2 Synthesis The Y-diagram Revisited Structural Behavioral More abstract designs Physical CAD for VLSI 2 1 Structural Synthesis Behavioral Physical CAD for VLSI 3 Structural Processor Memory Bus Behavioral

More information

FBDD: A Folded Logic Synthesis System

FBDD: A Folded Logic Synthesis System FBDD: A Folded Logic Synthesis System Dennis Wu, Jianwen Zhu Department of Electrical and Computer Engineering University of Toronto, Toronto, Ontario, Canada { wudenni, jzhu } @eecg.toronto.edu Abstract

More information

Fast Boolean Matching for Small Practical Functions

Fast Boolean Matching for Small Practical Functions Fast Boolean Matching for Small Practical Functions Zheng Huang Lingli Wang Yakov Nasikovskiy Alan Mishchenko State Key Lab of ASIC and System Computer Science Department Department of EECS Fudan University,

More information

Unit 4: Formal Verification

Unit 4: Formal Verification Course contents Unit 4: Formal Verification Logic synthesis basics Binary-decision diagram (BDD) Verification Logic optimization Technology mapping Readings Chapter 11 Unit 4 1 Logic Synthesis & Verification

More information

Circuit Memory Requirements Number of Utilization Number of Utilization. Variable Length one 768x16, two 32x7, è è

Circuit Memory Requirements Number of Utilization Number of Utilization. Variable Length one 768x16, two 32x7, è è Previous Alorithm ë6ë SPACK Alorithm Circuit Memory Requirements Number of Utilization Number of Utilization Arrays Req'd Arrays Req'd Variable Lenth one 768x16, two 32x7, 7 46.2è 5 64.7è CODEC one 512x1

More information

Sibling-Substitution-Based BDD Minimization Using Don t Cares

Sibling-Substitution-Based BDD Minimization Using Don t Cares 44 IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 19, NO. 1, JANUARY 2000 Sibling-Substitution-Based BDD Minimization Using Don t Cares Youpyo Hong, Member, IEEE, Peter

More information

ACTUAL-DELAY CIRCUITS ON FPGA: TRADING-OFF LUTS FOR SPEED. Evangelia Kassapaki, Pavlos M. Mattheakis and Christos P. Sotiriou

ACTUAL-DELAY CIRCUITS ON FPGA: TRADING-OFF LUTS FOR SPEED. Evangelia Kassapaki, Pavlos M. Mattheakis and Christos P. Sotiriou ACTUAL-DELAY CIRCUITS ON FPGA: TRADING-OFF LUTS FOR SPEED Evangelia Kassapaki, Pavlos M. Mattheakis and Christos P. Sotiriou Institute of Computer Science, FORTH, Crete, Greece. email: kassapak@ics.forth.gr,

More information

Set Manipulation with Boolean Functional Vectors for Symbolic Reachability Analysis

Set Manipulation with Boolean Functional Vectors for Symbolic Reachability Analysis Set Manipulation with Boolean Functional Vectors for Symbolic Reachability Analysis Amit Goel Department of ECE, Carnegie Mellon University, PA. 15213. USA. agoel@ece.cmu.edu Randal E. Bryant Computer

More information

Minimization of Multiple-Valued Functions in Post Algebra

Minimization of Multiple-Valued Functions in Post Algebra Minimization of Multiple-Valued Functions in Post Algebra Elena Dubrova Yunjian Jiang Robert Brayton Department of Electronics Dept. of Electrical Engineering and Computer Sciences Royal Institute of Technology

More information

FUNCTIONAL DECOMPOSITION WITH APPLICATION TO FPGA SYNTHESIS

FUNCTIONAL DECOMPOSITION WITH APPLICATION TO FPGA SYNTHESIS FUNCTIONAL DECOMPOSITION WITH APPLICATION TO FPGA SYNTHESIS Functional Decomposition with Application to FPGA Synthesis by Christoph Scholl Institute of Computer Science, Albert-Ludwigs-University, Freiburg

More information

Code Optimization Techniques for Embedded DSP Microprocessors

Code Optimization Techniques for Embedded DSP Microprocessors Code Optimization Techniques for Embedded DSP Microprocessors Stan Liao Srinivas Devadas Kurt Keutzer Steve Tjian Albert Wan MIT Department of EECS Synopsys, Inc. Cambride, MA 02139 Mountain View, CA 94043

More information

Compositional Techniques for Mixed Bottom-UpèTop-Down. Construction of ROBDDs

Compositional Techniques for Mixed Bottom-UpèTop-Down. Construction of ROBDDs Compositional Techniques for Mixed Bottom-UpèTop-Down Construction of ROBDDs Amit Narayan 1 èanarayan@ic.eecs.berkeley.eduè Sunil P. Khatri 1 èlinus@ic.eecs.berkeley.eduè Jawahar Jain 2 èjawahar@æa.fujitsu.comè

More information

ABC basics (compilation from different articles)

ABC basics (compilation from different articles) 1. AIG construction 2. AIG optimization 3. Technology mapping ABC basics (compilation from different articles) 1. BACKGROUND An And-Inverter Graph (AIG) is a directed acyclic graph (DAG), in which a node

More information

A fast symbolic transformation based algorithm for reversible logic synthesis

A fast symbolic transformation based algorithm for reversible logic synthesis A fast symbolic transformation based algorithm for reversible logic synthesis Mathias Soeken 1, Gerhard W. Dueck 2, and D. Michael Miller 3 1 Integrated Systems Laboratory, EPFL, Switzerland 2 University

More information

ED&TC 97 on CD-ROM Permission to make digital/hard copy of part or all of this work for personal or classroom use is granted without fee provided

ED&TC 97 on CD-ROM Permission to make digital/hard copy of part or all of this work for personal or classroom use is granted without fee provided ast and Eient Constrution of BDDs by Reorderin Based Synthesis Andreas Hett Rolf Drehsler Bernd Beker Institute of Computer Siene Albert-Ludwis-University 790 reibur im Breisau, Germany email: @informatik.uni-freibur.de

More information

Heterogeneous Technology Mapping for Area Reduction in FPGA s with Embedded Memory Arrays

Heterogeneous Technology Mapping for Area Reduction in FPGA s with Embedded Memory Arrays 56 IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS, VOL. 19, NO. 1, JANUARY 2000 Heterogeneous Technology Mapping for Area Reduction in FPGA s with Embedded Memory Arrays

More information

IMPLEMENTATION DESIGN FLOW

IMPLEMENTATION DESIGN FLOW IMPLEMENTATION DESIGN FLOW Hà Minh Trần Hạnh Nguyễn Duy Thái Course: Reconfigurable Computing Outline Over view Integra tion Node manipulation LUT-based mapping Design flow Design entry Functional simulation

More information

Cached. Cached. Cached. Active. Active. Active. Active. Cached. Cached. Cached

Cached. Cached. Cached. Active. Active. Active. Active. Cached. Cached. Cached Manain Pipeline-Reconurable FPGAs Srihari Cadambi, Jerey Weener, Seth Copen Goldstein, Herman Schmit, and Donald E. Thomas Carneie Mellon University Pittsburh, PA 15213-3890 fcadambi,weener,seth,herman,thomas@ece.cmu.edu

More information

On the Use of Autocorrelation Coefficients in the Identification of Three-Level Decompositions

On the Use of Autocorrelation Coefficients in the Identification of Three-Level Decompositions On the Use of Autocorrelation Coefficients in the Identification of Three-Level Decompositions J. Rice Department of Math & Computer Science University of Lethbridge Lethbridge, Alberta, Canada rice@cs.uleth.ca

More information

Assign auniquecodeto each state to produce a. Given jsj states, needed at least dlog jsje state bits. (minimum width encoding), at most jsj state bits

Assign auniquecodeto each state to produce a. Given jsj states, needed at least dlog jsje state bits. (minimum width encoding), at most jsj state bits State Assignment The problem: Assign auniquecodeto each state to produce a logic level description. Given jsj states, needed at least dlog jsje state bits (minimum width encoding), at most jsj state bits

More information

RASP: A General Logic Synthesis System for SRAM-based FPGAs

RASP: A General Logic Synthesis System for SRAM-based FPGAs RASP: A General Logic Synthesis System for SRAM-based FPGAs Abstract Jason Cong and John Peck Department of Computer Science University of California, Los Angeles, CA 90024 Yuzheng Ding AT&T Bell Laboratories,

More information

Versatile SAT-based Remapping for Standard Cells

Versatile SAT-based Remapping for Standard Cells Versatile SAT-based Remapping for Standard Cells Alan Mishchenko Robert Brayton Department of EECS, UC Berkeley {alanmi, brayton@berkeley.edu Thierry Besson Sriram Govindarajan Harm Arts Paul van Besouw

More information

A Toolbox for Counter-Example Analysis and Optimization

A Toolbox for Counter-Example Analysis and Optimization A Toolbox for Counter-Example Analysis and Optimization Alan Mishchenko Niklas Een Robert Brayton Department of EECS, University of California, Berkeley {alanmi, een, brayton}@eecs.berkeley.edu Abstract

More information

Development of a variance prioritized multiresponse robust design framework for quality improvement

Development of a variance prioritized multiresponse robust design framework for quality improvement Development of a variance prioritized multiresponse robust desin framework for qualit improvement Jami Kovach Department of Information and Loistics Technolo, Universit of Houston, Houston, Texas 7704,

More information

Figure 1. PLA-Style Logic Block. P Product terms. I Inputs

Figure 1. PLA-Style Logic Block. P Product terms. I Inputs Technology Mapping for Large Complex PLDs Jason Helge Anderson and Stephen Dean Brown Department of Electrical and Computer Engineering University of Toronto 10 King s College Road Toronto, Ontario, Canada

More information

Accurate Power Macro-modeling Techniques for Complex RTL Circuits

Accurate Power Macro-modeling Techniques for Complex RTL Circuits IEEE VLSI Desin Conference, 00, pp. 35-4 Accurate Power Macro-modelin Techniques for Complex RTL Circuits Nachiketh R. Potlapally, Anand Rahunathan, Ganesh Lakshminarayana, Michael S. Hsiao, Srimat T.

More information

Field Programmable Gate Arrays

Field Programmable Gate Arrays Chortle: A Technology Mapping Program for Lookup Table-Based Field Programmable Gate Arrays Robert J. Francis, Jonathan Rose, Kevin Chung Department of Electrical Engineering, University of Toronto, Ontario,

More information

Factor Cuts. Satrajit Chatterjee Alan Mishchenko Robert Brayton ABSTRACT

Factor Cuts. Satrajit Chatterjee Alan Mishchenko Robert Brayton ABSTRACT Factor Cuts Satrajit Chatterjee Alan Mishchenko Robert Brayton Department of EECS U. C. Berkeley {satrajit, alanmi, brayton}@eecs.berkeley.edu ABSTRACT Enumeration of bounded size cuts is an important

More information

Functionally Linear Decomposition and Synthesis of Logic Circuits for FPGAs

Functionally Linear Decomposition and Synthesis of Logic Circuits for FPGAs Functionally Linear Decomposition and Synthesis of Logic Circuits for FPGAs Tomasz S. Czajkowski and Stephen D. Brown Department of Electrical and Computer Engineering, University of Toronto, Toronto,

More information

CAM Part II: Intersections

CAM Part II: Intersections CAM Part II: Intersections In the previous part, we looked at the computations of derivatives of B-Splines and NURBS. The first derivatives are of interest, since they are used in computin the tanents

More information

JHDL - An HDL for Reconfigurable Systems Λ

JHDL - An HDL for Reconfigurable Systems Λ - An HDL for Reconfiurable Systems Λ Peter Bellows and Brad Hutchins y Department of Electrical and Computer Enineerin Briham Youn University, Provo, UT 84602 bellowsp@ee.byu.edu, hutch@ee.byu.edu Abstract

More information

COE 561 Digital System Design & Synthesis Introduction

COE 561 Digital System Design & Synthesis Introduction 1 COE 561 Digital System Design & Synthesis Introduction Dr. Aiman H. El-Maleh Computer Engineering Department King Fahd University of Petroleum & Minerals Outline Course Topics Microelectronics Design

More information

Global Clustering-Based Performance-Driven Circuit Partitioning

Global Clustering-Based Performance-Driven Circuit Partitioning Global Clustering-Based Performance-Driven Circuit Partitioning Jason Cong University of California at Los Angeles Los Angeles, CA 90095 cong@cs.ucla.edu Chang Wu Aplus Design Technologies, Inc. Los Angeles,

More information

* 1: Semiconductor Division, FUJITSU Limited, Kawasaki Japan

* 1: Semiconductor Division, FUJITSU Limited, Kawasaki Japan Boolean Resubstitution With Permissible Functions and Binary Decision Diagrams Hitomi Sato* 1, Yoshihiro Yasue* 1, Yusuke Matsunaga*2 and Masahiro Fujita*2 * 1: Semiconductor Division, FUJITSU Limited,

More information

Application of Binary Decision Diagram in digital circuit analysis.

Application of Binary Decision Diagram in digital circuit analysis. Application of Binary Decision Diagram in digital circuit analysis. Jyoti Kukreja University of Southern California For Dr. James Ellison Abstract: Binary Decision Diagrams (BDDs) are one of the biggest

More information

EECS 219C: Formal Methods Binary Decision Diagrams (BDDs) Sanjit A. Seshia EECS, UC Berkeley

EECS 219C: Formal Methods Binary Decision Diagrams (BDDs) Sanjit A. Seshia EECS, UC Berkeley EECS 219C: Formal Methods Binary Decision Diagrams (BDDs) Sanjit A. Seshia EECS, UC Berkeley Boolean Function Representations Syntactic: e.g.: CNF, DNF (SOP), Circuit Semantic: e.g.: Truth table, Binary

More information

Learning Geometric Concepts with an Evolutionary Algorithm. Andreas Birk. Universitat des Saarlandes, c/o Lehrstuhl Prof. W.J.

Learning Geometric Concepts with an Evolutionary Algorithm. Andreas Birk. Universitat des Saarlandes, c/o Lehrstuhl Prof. W.J. Learnin Geometric Concepts with an Evolutionary Alorithm Andreas Birk Universitat des Saarlandes, c/o Lehrstuhl Prof. W.J. Paul Postfach 151150, 66041 Saarbrucken, Germany cyrano@cs.uni-sb.de http://www-wjp.cs.uni-sb.de/cyrano/

More information

Combining Technology Mapping and Placement for Delay-Optimization in FPGA Designs *

Combining Technology Mapping and Placement for Delay-Optimization in FPGA Designs * Combining Technology Mapping and Placement for Delay-Optimization in FPGA Designs * Abstract Chau-Shen Chen Yu-Wen Tsay TingTing Hwang Allen C.H. Wu Youn-Long Lin Department of Computer Science We combine

More information

Heuristic Minimization of Boolean Relations Using Testing Techniques

Heuristic Minimization of Boolean Relations Using Testing Techniques Heuristic Minimization of Boolean Relations Using Testing Techniques Abhijit Ghosh Srinivas Devadas A. Richard Newton Department of Electrical Engineering and Coniputer Sciences University of California,

More information

Symbolic Representation with Ordered Function Templates

Symbolic Representation with Ordered Function Templates Symbolic Representation with Ordered Function Templates Amit Goel Department of Electrical & Computer Engineering Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA. 15213 agoel@ece.cmu.edu Gagan

More information

Timing-driven optimization using lookahead logic circuits

Timing-driven optimization using lookahead logic circuits Timing-driven optimization using lookahead logic circuits Mihir Choudhury and Kartik Mohanram Department of Electrical and Computer Engineering, Rice University, Houston {mihir,kmram}@rice.edu Abstract

More information

Protection of Location Privacy using Dummies for Location-based Services

Protection of Location Privacy using Dummies for Location-based Services Protection of Location Privacy usin for Location-based Services Hidetoshi Kido y Yutaka Yanaisawa yy Tetsuji Satoh y;yy ygraduate School of Information Science and Technoloy, Osaka University yyntt Communication

More information

Cofactoring-Based Upper Bound Computation for Covering Problems

Cofactoring-Based Upper Bound Computation for Covering Problems TR-CSE-98-06, UNIVERSITY OF MASSACHUSETTS AMHERST Cofactoring-Based Upper Bound Computation for Covering Problems Congguang Yang Maciej Ciesielski May 998 TR-CSE-98-06 Department of Electrical and Computer

More information

TECHNOLOGY MAPPING FOR THE ATMEL FPGA CIRCUITS

TECHNOLOGY MAPPING FOR THE ATMEL FPGA CIRCUITS TECHNOLOGY MAPPING FOR THE ATMEL FPGA CIRCUITS Zoltan Baruch E-mail: Zoltan.Baruch@cs.utcluj.ro Octavian Creţ E-mail: Octavian.Cret@cs.utcluj.ro Kalman Pusztai E-mail: Kalman.Pusztai@cs.utcluj.ro Computer

More information

State assignment techniques short review

State assignment techniques short review State assignment techniques short review Aleksander Ślusarczyk The task of the (near)optimal FSM state encoding can be generally formulated as assignment of such binary vectors to the state symbols that

More information