Verilog Styles for Synthesis of Digital Systems (Paperback)

David R Smith, Paul D Franzon

  • 出版商: Prentice Hall
  • 出版日期: 2019-12-01
  • 售價: $7,060
  • 貴賓價: 9.5$6,707
  • 語言: 英文
  • 頁數: 336
  • 裝訂: Paperback
  • ISBN: 0201618605
  • ISBN-13: 9780201618600
  • 相關分類: Verilog
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

相關主題

商品描述

Description:

The material available within this book is suitable for professionals who have had an introduction to Boolean algebra and computer organization. A working knowledge of Unix and X-windows is necessary, along with some experience with programming languages such as 'C' or Java. The book uses Verilog and standardizing methodology to such a degree that seniors and first year graduate students can see medium complex designs through the gate level simulation in a single semester.

 

Table of Contents:

(NOTE: Most chapters begin with Introduction and end with Conclusion, Exercises, and References.)

1. Introduction.

 

References.

 

2. Basic Language Constructs.

 

Preliminaries. Datatypes. Modules.

 

3. Structural and Behavioral Specification.

 

Basic Gates. Modeling Levels. Writing Styles. Synthesizable Operations. Continuous Assignments.

 

4. Simulation.

 

Types of Simulators. Using the VCS Simulator. Testbenches. Debugging.

 

5. Procedural Specification.

 

The Always Block. Functions and Tasks. Blocking and Non-Blocking Assignments. Control Constructs. Synthesis of Conditional Constructs. Example: Combinational Modules. Flipflops versus Latches. Memory.

 

6. Design Approaches for Single Modules.

 

Basic Design Methodology. The Specification. Structuring the Design. Design Example 1—A Simple Down Counter. Example 2—Unsigned Parallel-Serial Multiplier. An Alternative Approach to Specifying Flipflops. Common Problems and Fixes. Debugging Strategies.

 

7. Validation of Single Modules.

 

Sources of Verification Vectors. Verification Testbench Coding Approaches. Post-Synthesis Verification. Formal Verification. System-Level Verification.

 

8. Finite State Machine Styles.

 

Synthesis of State Machines. Example Specifications.

 

9. Control-Point Writing Style.

 

Instantiation of Parameterized Modules. Control-Point Style. Using Vendor's Components.

 

10. Managing Complexity—Large Designs.

 

Steps in High-Level Design. Design Partitioning. Controller Design Styles. Example of Explicit Style—Motion Estimator. Example of Implicit Style—Cache Store. Another Implicit Style Example: MIPS200.

 

11. Improving Timing, Area, and Power.

 

Timing Issues in Design. Low Power Design. Area Issues in Design.

 

12. Design Compilation.

 

Running Example: Alarm Clock. Setting Up. Invoking Synthesis. The Log File.

 

13. Synthesis to Standard Cells.

 

Synthesis Flow.

 

14. Synthesis to FPGA.

 

FPGA as a Target Technology. Using the Altera Tools. Using the Xilinx Tools. Generating Memory Arrays. Using Embedded Arrays as ROM. FPGA Reports. Gate-Level Simulation.

 

15. Gate Level Simulation and Testing.

 

Ad-Hoc Test Techniques. Scan Insertion in Synthesis. Built-in Self-Test.

 

16. Alternative Writing Styles.

 

Behavioral Compiler Styles. Self-Timed Style. Encapsulated Style. Future HDL Development.

 

17. Mixed Technology Design.

 

Digital/Analog. Hardware/Software. A Small Example.

 

Appendix A: Verilog Examples.
Combinational Logic Structures. Sequential Logic Structures.

 

Appendix B: http://www.prenhall.com/smith/franzon.

Index.

商品描述(中文翻譯)

描述:


本書中的材料適合已經接觸過布林代數和計算機組織的專業人士。需要具備對Unix和X-windows的工作知識,以及對'C'或Java等編程語言的一些經驗。本書使用Verilog和標準化方法,使得高年級學生和研究生可以在一個學期內通過閘級模擬看到中等複雜的設計。


 

目錄:


(注意:大多數章節開始於介紹,結束於結論、練習和參考文獻。)



1. 介紹。

 

參考文獻。

 

2. 基本語言結構。

 

初步知識。數據類型。模塊。

 

3. 結構和行為規範。

 

基本閘。建模級別。寫作風格。可合成操作。連續賦值。

 

4. 模擬。

 

模擬器類型。使用VCS模擬器。測試台。調試。

 

5. 程序規範。

 

始終塊。函數和任務。阻塞和非阻塞賦值。控制結構。條件結構的合成。示例:組合模塊。觸發器與鎖存器。記憶體。

 

6. 單模塊的設計方法。

 

基本設計方法論。規範。結構化設計。設計示例1-簡單的倒計時器。示例2-無符號並行串行乘法器。規定觸發器的替代方法。常見問題和修復方法。調試策略。

 

7. 單模塊的驗證。

 

驗證向量的來源。驗證測試台編碼方法。後合成驗證。形式驗證。系統級驗證。

 

8. 有限狀態機風格。

 

狀態機的合成。示例規範。

 

9. 控制點寫作風格。

 

參數化模塊的實例化。控制點風格。使用供應商的組件。

 

10. 管理複雜性-大型設計。