資料介紹
異步電路設(shè)計(jì):集成電路設(shè)計(jì)之初,并沒(méi)有同步和異步的區(qū)別,研究的重點(diǎn)在于“mechanical relay circuits”。70年代后,同步設(shè)計(jì)因?yàn)楦拍詈?jiǎn)單、設(shè)計(jì)方便,逐漸成為設(shè)計(jì)的主流方案。在這一時(shí)期,異步集成電路的研究?jī)H僅停留在理論上,研究的出發(fā)點(diǎn)也僅僅是它與同步電路不同。90年代初期,同步電路設(shè)計(jì)仍然占據(jù)著數(shù)字集成電路設(shè)計(jì)領(lǐng)域的主導(dǎo)地位,但是由于電路設(shè)計(jì)規(guī)模的擴(kuò)大和生產(chǎn)工藝的限制,原先可以忽略的互連線之間的延遲、時(shí)鐘樹(shù)的負(fù)載等已經(jīng)變得越發(fā)突出。設(shè)計(jì)方法上也面臨著很多難以解決的問(wèn)題(比如,時(shí)鐘skew問(wèn)題)。這時(shí),異步電路設(shè)計(jì)方法重新引起了設(shè)計(jì)者的重視,與先前為純粹追求不同的理論而進(jìn)行的研究已經(jīng)大不相同,在一定程度上,已經(jīng)可以作為實(shí)際應(yīng)用中的理論依據(jù)和CAD輔助工具。在應(yīng)用方面,一些面向商業(yè)應(yīng)用的異步集成芯片的出現(xiàn)也有力地證明了異步集成電路在某些方面存在的優(yōu)勢(shì)。
異步電路設(shè)計(jì)目錄:
Preface
Acknowledgments
1 Introduction
1.1 Problem Specification
1.2 Communication Channels
1.3 Communication Protocols
1.4 Graphical Representations
1.5 Delay-Insensitive Circuits
1.6 Huffman Circuits
1.7 Muller Circuits
1.8 Timed Circuits
1.9 Verification
1.10 Applications
1.11 Let's Get Started
1.12 Sources
Problems
2 Communication Channels
2.1 Basic Structure
2.2 Structural Modeling in VHDL
2.3 Control Structures
2.3.1 Selection
2.3.2 Repetition
2.4 Deadlock
2.5 Probe
2.6 Parallel Communication
2.7 Example: MiniMIPS
2.7.1 VHDL Specification
2.7.2 Optimized MiniMIPS
2.8 Sources
Problems
3 Communication Protocols
3.1 Basic Structure
3.2 Active and Passive Ports
3.3 Handshaking Expansion
3.4 Reshuffling
3.5 State Variable Insertion
3.6 Data Encoding
3.7 Example: Two Wine Shops
3.8 Syntax-Directed Translation
3.9 Sources
Problems
4 Graphical Representations
4.1 Graph Basics
4.2 Asynchronous Finite State Machines
4.2.1 Finite State Machines and Flow Tables
4.2.2 Burst-Mode State Machines
4.2.3 Extended Burst-Mode State Machines
4.3 Petri Nets
4.3.1 Ordinary Petri Nets
4.3.2 Signal Transition Graphs
4.4 Timed Event/Level Structures
4.5 Sources
Problems
5 Huffman Circuits
5.1 Solving Covering Problems
5.1.1 Matrix Reduction Techniques
5.1.2 Bounding
5.1.3 Termination
5.1.4 Branching
5.2 State Minimization
5.2.1 Finding the Compatible Pairs
5.2.2 Finding the Maximal Compatibles
5.2.3 Finding the Prime Compatibles
5.2.4 Setting Up the Covering Problem
5.2.5 Forming the Reduced Flow Table
5.3 State Assignment
5.3.1 Partition Theory and State Assignment
5.3.2 Matrix Reduction Method
5.3.3 Finding the Maximal Intersectibles
5.3.4 Setting Up the Covering Problem
5.3.5 Fed-Back Outputs as State Variables
5.4 Hazard-Free Two-Level Logic Synthesis
5.4.1 Two-Level Logic Minimization
5.4.2 Prime Implicant Generation
5.4.3 Prime Implicant Selection
5.4.4 Combinational Hazards
5.5 Extensions for MIC Operation
5.5.1 Transition Cubes
5.5.2 Function Hazards
5.5.3 Combinational Hazards
5.5.4 Burst-Mode Transitions
5.5.5 Extended Burst-Mode Transitions
5.5.6 State Minimization
5.5.7 State Assignment
5.5.8 Hazard-Free Two-Level Logic Synthesis
5.6 Multilevel Logic Synthesis
5.7 Technology Mapping
5.8 Generalized C-Element Implementation
5.9 Sequential Hazards
5.10 Sources
Problems
6 Muller Circuits
6.1 Formal Definition of Speed Independence
6.1.1 Subclasses of Speed-Independent Circuits
6.1.2 Some Useful Definitions
6.2 Complete State Coding
6.2.1 Transition Points and Insertion Points
6.2.2 State Graph Coloring
6.2.3 Insertion Point Cost Function
6.2.4 State Signal Insertion
6.2.5 Algorithm for Solving CSC Violations
6.3 Hazard-Free Logic Synthesis
6.3.1 Atomic Gate Implementation
6.3.2 Generalized C-Element Implementation
6.3.3 Standard C-Implementation
6.3.4 The Single-Cube Algorithm
6.4 Hazard-Free Decomposition
6.4.1 Insertion Points Revisited
6.4.2 Algorithm for Hazard-Free Decomposition
6.5 Limitations of Speed-Independent Design
6.6 Sources
Problems
7 Timed Circuits
7.1 Modeling Timing
7.2 Regions
7.3 Discrete time
7.4 Zones
7.5 POSET Timing
7.6 Timed Circuits
7.7 Sources
Problems
8 Verification
8.1 Protocol Verification
8.1.1 Linear-Time Temporal Logic
8.1.2 Time-Quantified Requirements
8.2 Circuit Verification
8.2.1 Trace Structures
8.2.2 Composition
8.2.3 Canonical Trace Structures
8.2.4 Mirrors and Verification
8.2.5 Strong Conformance
8.2.6 Timed Trace Theory
8.3 Sources
Problems
9 Applications
9.1 Brief History of Asynchronous Circuit Design
9.2 An Asynchronous Instruction-Length Decoder
9.3 Performance Analysis
9.4 Testing Asynchronous Circuits
9.5 The Synchronization Problem
9.5.1 Probability of Synchronization Failure
9.5.2 Reducing the Probability of Failure
9.5.3 Eliminating the Probab
- 功率MOSFET的驅(qū)動(dòng)電路設(shè)計(jì)論文 102次下載
- 小信號(hào)放大電路設(shè)計(jì)方案匯總 139次下載
- LLC電路設(shè)計(jì)原理及電路失效分析綜述 150次下載
- AC380V EMC標(biāo)準(zhǔn)電路設(shè)計(jì)方案 50次下載
- AV接口EMC標(biāo)準(zhǔn)電路設(shè)計(jì)方案 29次下載
- CAN總線接口EMC標(biāo)準(zhǔn)電路設(shè)計(jì)方案 206次下載
- 基于LM2733升壓變換器電路設(shè)計(jì) 5次下載
- 超強(qiáng)電路及電路設(shè)計(jì)經(jīng)驗(yàn)技巧大合集 0次下載
- NI_Circuit_Design_Suite_Pro_v10_電路設(shè)計(jì)軟件 3次下載
- Simple_RC_Circuit電路設(shè)計(jì) 0次下載
- RF circuit design theory and application(射頻電路設(shè)計(jì)) 391次下載
- 時(shí)序電路設(shè)計(jì)實(shí)例 (Sequential-Circuit D
- 原則異步電路設(shè)計(jì)--以系統(tǒng)觀點(diǎn) 0次下載
- Principles of Asynchronous Cir 0次下載
- 抗惡劣環(huán)境下的異步串行接口電路設(shè)計(jì)
- 電子電路設(shè)計(jì)的四個(gè)技巧 779次閱讀
- 電子電路設(shè)計(jì)學(xué)習(xí)技巧 1531次閱讀
- PFC電路與BOOST電路設(shè)計(jì)實(shí)例 1501次閱讀
- 呼吸燈電路設(shè)計(jì) 1556次閱讀
- 交流異步電動(dòng)機(jī)的結(jié)構(gòu)與特點(diǎn) 5982次閱讀
- 如何使用protel電路設(shè)計(jì)軟件設(shè)計(jì)高速PCB 3547次閱讀
- 異步和同步電路的區(qū)別 同步時(shí)序設(shè)計(jì)規(guī)則 1.1w次閱讀
- 同步復(fù)位電路和異步復(fù)位電路區(qū)別分析 2.3w次閱讀
- 設(shè)計(jì)基于FPGA的串行通用異步收發(fā)器 814次閱讀
- 基于FPGA的異步FIFO設(shè)計(jì)方法詳解 8211次閱讀
- A/D轉(zhuǎn)換電路圖大全(五款A(yù)/D轉(zhuǎn)換電路設(shè)計(jì)原理圖詳解) 16.2w次閱讀
- 除法運(yùn)算電路設(shè)計(jì)方案匯總(九款模擬電路設(shè)計(jì)原理詳解) 5.4w次閱讀
- 電路設(shè)計(jì)寶典:主流電路設(shè)計(jì)軟件大盤(pán)點(diǎn) 2w次閱讀
- 異步時(shí)鐘切換電路 5797次閱讀
- 基于掃描的電路設(shè)計(jì) 2249次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費(fèi)下載
- 0.00 MB | 1489次下載 | 免費(fèi)
- 2單片機(jī)典型實(shí)例介紹
- 18.19 MB | 92次下載 | 1 積分
- 3S7-200PLC編程實(shí)例詳細(xì)資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識(shí)別和講解說(shuō)明
- 4.28 MB | 18次下載 | 4 積分
- 5開(kāi)關(guān)電源原理及各功能電路詳解
- 0.38 MB | 10次下載 | 免費(fèi)
- 6基于AT89C2051/4051單片機(jī)編程器的實(shí)驗(yàn)
- 0.11 MB | 4次下載 | 免費(fèi)
- 7基于單片機(jī)和 SG3525的程控開(kāi)關(guān)電源設(shè)計(jì)
- 0.23 MB | 3次下載 | 免費(fèi)
- 8藍(lán)牙設(shè)備在嵌入式領(lǐng)域的廣泛應(yīng)用
- 0.63 MB | 3次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費(fèi)
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費(fèi)
- 4LabView 8.0 專(zhuān)業(yè)版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費(fèi)
- 5555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33562次下載 | 免費(fèi)
- 6接口電路圖大全
- 未知 | 30319次下載 | 免費(fèi)
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費(fèi)
- 8開(kāi)關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21539次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537791次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233045次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191183次下載 | 免費(fèi)
- 7十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183277次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138039次下載 | 免費(fèi)
評(píng)論
查看更多