• Search Research Projects
  • Search Researchers
  • How to Use
  1. Back to previous page

Development of hardware logic simulator using decision diagrams

Research Project

Project/Area Number 12558030
Research Category

Grant-in-Aid for Scientific Research (B)

Allocation TypeSingle-year Grants
Section展開研究
Research Field 計算機科学
Research InstitutionKyushu Institute of Technology

Principal Investigator

SASAO Tsutomu  Kyushu Institute of Technology Department of Computer Science and Technology, Professor, 情報工学部, 教授 (20112013)

Co-Investigator(Kenkyū-buntansha) IGUCHI Yukihiko  Meiji University Department of Computer Science, Associate Professor, 理工学部, 助教授 (60201307)
KAJIHARA Seiji  Kyushu Institute of Technology Department of Computer Science and Electronics, Associate Professor, 情報工学研究科, 助教授 (80252592)
SASAO Tsutomu  Kyushu Institute of Technology Department of Computer Science and Electronics, Professor (20112013)
Project Period (FY) 2000 – 2002
Project Status Completed (Fiscal Year 2002)
Budget Amount *help
¥7,700,000 (Direct Cost: ¥7,700,000)
Fiscal Year 2002: ¥1,600,000 (Direct Cost: ¥1,600,000)
Fiscal Year 2001: ¥1,600,000 (Direct Cost: ¥1,600,000)
Fiscal Year 2000: ¥4,500,000 (Direct Cost: ¥4,500,000)
KeywordsBDD / Logic simulator / Design verification / Functional decomposition / Reconfigurable logic device / Logic synthesis / FPGA / 倫理シミュレータ
Research Abstract

1 A Hardware Simulation Engine Based on Decision Diagram
A hardware logic simulation engine based on decision diagrams is presented. For the data structure of the engine, we propose PMDDs (Paged reduced ordered Multi-valued Decision Diagrams). A unit of this engine consists of memory (RAMs) and control circuits: RAMs store the PMDD data, and the control circuits trace the edges according to the input vectors. The engine consists of several units, and is accelerated by pipelining. Experimental results using a prototype are shown.
2. Evaluation of Multiple-Output Logic Functions using Decision Diagrams
This part shows four different methods to evaluate multiple-output logic functions using decision diagrams: Shared BDD (SBDD), Multi-Terminal BDD (MTBDD), BDD for characteristic functions (CF), and BDDs for Encoded Characteristic Function for Non-zero outputs (ECFNs). Methods to compute average evaluation time for each type of decision diagrams are presented. By experimental analysis using be … More nchmark functions, the number of nodes and average evaluation time are compared. Our results show that BDDs for ECFNs outperforms MTBDDs, BDDs for CFs, and SBDDs with respect to both number of nodes and computation time. The sizes of BDDs for ECFNs are smaller than for MTBDDs, BDDs for CFs, and SBDDs.
3. A Cascade Realization of Multiple-Output Function for Reconfigurable Hardware
A realization of multiple-output logic functions using a RAM and a sequencer is presented. First, a multiple-output function is represented by an encoded characteristic function for non-zeros (ECFN). Then, it is represented by a cascade of lookup tables (LUTs). And finally, the cascade is simulated by a RAM and a sequencer. Multiple-output functions for benchmark functions are realized by cascades of LUTs, and the number of LUTs and levels of cascades are shown. A partition method of outputs for parallel evaluation is also presented. A prototype has been developed by using RAM and FPGA.
4. Encoding of Boolean Functions and Its Application to LUT Cascade Synthesis
The problem or encoding arises in several areas of logic synthesis. Due to the nature of this problem, it is often difficult to systematically explore the space of all feasible encodings to find an optimal one. In this part, we show that when the objects to be encoded are Boolean functions, it is possible to formulate and solve problem optimally. We present a general approach to the encoding problem with one or more code-bit functions having some desirable properties. The method allows for an efficient implementation using branch-and-bound procedure coupled with specialized BDD operators. The proposed approach was used to synthesize lookup table (LUT) cascades implementing Boolean functions. Experimental results show that it finds optimal solutions for complex encoding problems in less than a second of CPU time.
5. Logic Synthesis of LUT Cascades with Limited Rails
Programmable LUT cascades are used to evaluate multi-output Boolean functions. This part shows several representations of multi-output functions and introduces a new decomposition algorithm applicable to these representations. The algorithm produces LUT cascades with the limited number of rails, which leads to significantly faster circuits and applicability to large designs. The experiment shows that the proposed algorithm performs well on benchmark functions.
6. Average Path Length as a Paradigm for the Fast Evaluation of Functions Represented by Binary Decision Diagrams
This part focuses on the average path length (APL) of BDD's for switching functions. APL is a metric for the time it takes to evaluate the function by a computer program. We derive the APL for the AND, OR, parity, carry-out, comparison, threshold symmetric, and majority functions. We also consider the average of the APL for various classes of functions, including symmetric, threshold symmetric, and unate cascade. For symmetric functions, we show the average APL is close to the maximum path length, n, the number of variables. We show there are exactly two functions, the parity functions, that achieve the upper bound, n, on the APL for BDD's over all functions dependent on n variables. All other functions have an APL strictly less than n. We show that the APL of BDD's over all functions dependent on n variables is bounded below by 2 - 2^<-(n-1)>. The set of functions that achieves this small value is uniquely the set of unate cascade realizable functions. We also show that the APL for benchmark functions is typically much less than for random functions.
7. Representations of Logic Functions using QRMDDs
This part considers quasi-reduced Multi-valued decision diagrams with k bits (QRMDD(k)s) to represent two-valued logic function. It shows relations between the numbers of nodes in nodes in QRMDD(k)s and values of k for benchmark functions; an upper bound on the number of nodes in the QRMDD(k); difference between the upper bound and the number of nodes in the QRMDD(k)s for random function; and the amount of total memory, evaluation time, and area-time complexity for QRMDD(k)s. Experimental results using standard benchmark functions show that the area-time complexity takes its minimum when k is between 3 and 6.
8. Bi-Partition of Shared Binary Decision Diagrams
A shared binary decision diagram (SBDD) represents a multiple-output function, where nodes are shared among outputs. A partitioned SBDD usually consists of two or more SBDDs that often share nodes. The separate SBDDs are optimized independently, often resulting in a reduction in the number of nodes over a single SBDD. We show a method for partitioning a single SBDD into two parts that reduces the node the node count. Among the benchmark functions tested, a node reduction of up to 16% is realized.
9. Representation of Incompletely Specified Switching Functions Using Pseudo-Kronecker Decision Diagrams
Pseudo-Kronecher decision diagram (PKDD) is a generalization of binary decision diagram (BDD). A PKDD requires not more nodes than a BDD to represent the same function. In this part, we consider a method to represent incompletely specified functions by using PKDDs. We developed a heuristic method to obtain PKDDs. Many PKDDs for MCNC benchmark functions with don't cares are simplified. Experimental results show that the number of nodes of PKDD can be reduced by 14% by considering don't cares.
10. Compact BDD Representations for Multiple-Output Functions and Their Application
This part shows a new method to represent a multiple output function: an encoded characteristic function for nonzero outputs (ECFN). The ECFN uses (n + u) binary variables to represent an n-input m-output function, where u = [log_2m]. The binary decision diagrams (BDDs) for ECFNs are never greater than corresponding SBDDs. The size of a BDD depends on the encoding of the outputs as well as the ordering of the variables. We conjecture that there exists an n-input 2^n- output function, where the optimal encoding produces BDDs with 2n + 2 nodes, while the worst encoding produces BDDs with 2^<n+1> nodes. We formulate an encoding problem and show a heuristic method. Experimental results using standard benchmark functions show that the sizes of BDDs can be reduced significantly by considering encodings.
11. Fault Diagnosis for RAMs using Walsh Spectrum
In this part, we show a method to locate a single stuck-at fault of a random access memory (RAM). From the fail-bitmaps of the RAM, we obtain their Walsh spectrum. For single stuck-at fault, we show that the fault can be identified and located by using only the 0-th and 1-st coefficients of the spectrum. We also show a circuit to compute these coefficients. The computation time is much shorter than one that uses logic minimization method. Less

Report

(4 results)
  • 2002 Annual Research Report   Final Research Report Summary
  • 2001 Annual Research Report
  • 2000 Annual Research Report
  • Research Products

    (34 results)

All Other

All Publications (34 results)

  • [Publications] Kohei Miyase: "A method of static test compaction based on don't care identification"情報処理学会論文誌. 43・5. 1290-1293 (2002)

    • Description
      「研究成果報告書概要(和文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] 宮瀬紘平: "テストパターン中の特定ビットにおけるドントケア判定法について"FIT2002情報科学技術フォーラム 情報技術レターズ. 1・LC-3. 47-48 (2002)

    • Description
      「研究成果報告書概要(和文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Seiji Kajihara: "Average power reduction in scan testing by test vector modification"IEICE Trans.Info.and Syst.. E85-D・10. 1483-1489 (2002)

    • Description
      「研究成果報告書概要(和文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Kenichi Ichino: "Hybrid BIST design for n-detection test using partially rotational scan"IEICE Trans.Info.and Syst.. E85-D・10. 1490-1497 (2002)

    • Description
      「研究成果報告書概要(和文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] M.Matsuura: "Bi-partition of shared binary decision diagrams"IEICE Transactions on Fundamentals of Electronics. E85-A・12. 2693-2700 (2002)

    • Description
      「研究成果報告書概要(和文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Hideyuki Ichihara., Seiji Kajihara., and Kozo Kinoshita.: "On processing order for obtaining implication relations in static learning"IEICE Trans. Info. And Syst.. E83-D, No.10. 1908-1911 (2000)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Hfiz Md., Hasan Babu., and T.Sasao.: "Heuristics to minimize multiple-valued decision diagrams"IEICE Trans. Fundamentals. E83-A, No.12. 2498-2504 (2000)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] T.Asakawa., K.Iwasawa., and S.Kajihara.: "BIST oriented test pattern generator for detection of transition faults"IEICE Trans. Information and Communication Eng... J84-D-I, No.2. 165-172 (2001)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] S.Kajihara., and T.Sasao.: "On the Adders with Minimum Tests"IPSJ Journal. 42, No.4. 1045-1053 (2001)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Y.Iguchi., T.Sasao., M.Matsuura.,and A.Iseno.: "An Evaluation System for Logic Functions Based on Decision Diagrams"IEICE Trans. Information and Communication Eng.. J84-D-I, No.6. 523-530 (2001)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] T.Sasao., and J.T.Butler.: "Worst and best irredundant sum-of -products expressions"IEEE Transactions on Computers. 50, No.9. 935-948 (2001)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] R.S.Stankovic., and T.Sasao.: "A discussion on the history of research in arithmetic and Reed-Muller expressions"IEEE Transactions on CAD. 20, No.9. 1177-1179 (2001)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] K.Miyase., S.Kajihara., and S.M.Reddy.: "A Method of Static Test Compaction Based on Don't Care Identification"IPSJ Journal. 43, No.5. (2002)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Kohei Miyase., Seiji Kajihara., Irith Pomeranz., and Sudhakar M.Reddy.: "Don't care identification on specific bits of test patterns"Forum on Information Technology (FIT2002), Information technology letters. 1, LC-3. 47-48 (2002)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Seiji Kajihara., Koji Ishida and Kohei Miyase.: "Average power reduction in scan testing by test vector modification"IEICE Trans. Info. And Syst. E85-D, No.10. 1483-1489 (2002)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Kenichi Ichino., Takeshi Asakawa., Satoshi Fukumoto., Kazuhiko Iawasaki and Seiji Kajihara.: "Hybrid BIST design for n-detection test using partially rotational scan"IEICE Trans. Info. And Syst.. E85-D, No.10. 1490-1497 (2002)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] M.Matsuura., T.Sasao., J.T.Butler., and Y.Iguchi.: "Bi-partition of shared binary decision diagrams"IEICE Transactions on Fundamentals of Electronics. E85-A, No.12. 2693-2700 (2002)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] S.Hassoun., and T.Sasao.: "Logic Synthesis and Verification, Nov."Kluwer Publishers. (2001)

    • Description
      「研究成果報告書概要(欧文)」より
    • Related Report
      2002 Final Research Report Summary
  • [Publications] Kohei Miyase: "A method of static test compaction based on don't care indentification"情報処理学会論文誌. 43・5. 1290-1293 (2002)

    • Related Report
      2002 Annual Research Report
  • [Publications] 宮瀬紘平: "テストパターン中の特定ビットにおけるドントケア判定法について"FIT2002情報科学技術フォーラム情報技術レターズ. 1・LC-3. 47-48 (2002)

    • Related Report
      2002 Annual Research Report
  • [Publications] Seiji Kajihara: "Average power reduction in scan testing by test vector modification"IEICE Trans. Info. and Syst.. E85-D・10. 1483-1489 (2002)

    • Related Report
      2002 Annual Research Report
  • [Publications] Kenichi Ichino: "Hybrid BIST design for n-detection test using partially rotational scan"IEICE Trans. Info. and Syst.. E85-D・10. 1490-1497 (2002)

    • Related Report
      2002 Annual Research Report
  • [Publications] M.Matsuura: "Bi-partition of shared binary decision diagrams"IEICE Transactions on Fundamentals of Electronics. E85-A・12. 2693-1700 (2002)

    • Related Report
      2002 Annual Research Report
  • [Publications] T.Sasao: "Worst and best irredundant sum-of-products expressions"IEEE Transactions on Computers. 50・9. 935-948 (2001)

    • Related Report
      2001 Annual Research Report
  • [Publications] R.S.Stankovic: "A discussion on the history of research in arithmetic and Reed-Muller expressions"IEEE Transactions on CAD. 20・9. 1177-1179 (2001)

    • Related Report
      2001 Annual Research Report
  • [Publications] 梶原誠司: "最小テスト集合でテスト可能な加算器について"情報処理学会論文誌. 42・4. 1045-1053 (2001)

    • Related Report
      2001 Annual Research Report
  • [Publications] 井口幸洋: "決定グラフに基づく論理関数の評価システム"電子情報通信学会論文誌D-I. J84-D-I・6. 523-530 (2001)

    • Related Report
      2001 Annual Research Report
  • [Publications] Kohei Miyase: "A Method of Static Test Compaction Based on Don't Care Identification"情報処理学会論文誌. (採録決定). (2002)

    • Related Report
      2001 Annual Research Report
  • [Publications] S.Hassoun, T.Sasao: "Kluwer Publishers"Logic Synthesis and Verification. 454 (2001)

    • Related Report
      2001 Annual Research Report
  • [Publications] Hafiz Md.Hasan Babu: "Heuristics to minimize multiple-valued decision diagrams,"IEICE Trans.Fundamentals,. E83-A・12. 2498-2504 (2000)

    • Related Report
      2000 Annual Research Report
  • [Publications] Hideyuki Ichihara: "On Processing Order for Obtaining Implication Relations in Static Learning"IEICE Trans.Info.and Syst.. E83-D・10. 1908-1911 (2000)

    • Related Report
      2000 Annual Research Report
  • [Publications] 浅川毅: "トランジション故障を検出するBIST指向テストパターン発生回路"電子情報通信学会論文誌D-I. J84-D-I・2. 165-172 (2001)

    • Related Report
      2000 Annual Research Report
  • [Publications] 井口幸洋: "決定グラフに基づく論理関数の評価システム"電子情報通信学会論文誌D-I. (採録決定). (2001)

    • Related Report
      2000 Annual Research Report
  • [Publications] 梶原誠司: "最小テスト集合でテスト可能な加算器について"情報処理学会論文誌. (採録決定). (2001)

    • Related Report
      2000 Annual Research Report

URL: 

Published: 2000-04-01   Modified: 2016-04-21  

Information User Guide FAQ News Terms of Use Attribution of KAKENHI

Powered by NII kakenhi