Skip to content
Rain Hu's Workspace
Go back

[VHDL] Verilog Hardware Description Language

Rain Hu

1 Verilog HDL

1.1 Verilog 簡介

1.2 Verilog 的模型

1.2.1 電晶體層級

1.2.2 邏輯閘層級

1.2.3 資料流層級

1.2.4 行為模型

1.2.5 結構式模型

1.3 Verilog 語法詞彙

1.3.1 識別字(identifiers)

1.3.2 關鍵字(keywords)

1.3.3 字串(strings)

1.3.4 註解(comments)

1.3.5 空白(whitespace)

1.3.6 數值(numbers)

1.4 Verilog 資料物件與型態

1.4.1 接線(Nets)

1.4.2 暫存器(Registers)

1.4.3 純量與向量(scalar and vector)

1.4.4 陣列(Array)

1.4.5 參數(parameter)

1.5 模組(Module)、埠(Port)

1.5.1 模組(Module)

1.5.2 埠(port)

1.6 邏輯閘層次模型

1.6.1 多個輸入邏輯閘(Multiple-Input Gates)

1.6.2 多個輸出邏輯閘(Multiple-Output Gates)

2 實作

Implementation in Github

1. HDLbits

2. Verilog

3. Circuits

4. Verification: Reading Simulations

5. Verification: Writing Testbenches

6. CS450


Share this post on:

Previous
[TCAD] 模擬收斂問題
Next
[Java] 淺談 Java MVC