2020年1月13日 星期一

Welcome To Verilog Page




In this section you will find tutorial, examples, links, tools and books related to Verilog.

Tutorials : This section contains a practical approach to Verilog.

Examples : This section contains simple examples using Verilog

Questions : This sections contains sample questions asked in interviews

Tools : List of tools that are used with Verilog.

Books : Some good books in Verilog.

Links : Some useful links related to Verilog.

Verilog FAQ : Some Frequently asked questions in Verilog.

沒有留言:

張貼留言

習題解答 (5/6)

  第五章 習題解答 一、 錯誤偵測技術 1. 何謂循環冗餘檢查法 (CRC)? 是一種根據傳輸資料產生簡短固定位數校驗碼的演算法。發送端將資料除以一個特定的多項式,得到的「餘數」即為 CRC 碼並隨資料發送;接收端以同樣多項式除之,若餘數為 0 則代表資料傳輸正確。 2. 何...