Category Verilog 教程

Verilog HDL(简称 Verilog )是一种硬件描述语言,用于数字电路的系统设计。可对算法级、门级、开关级等多种抽象设计层次进行建模。

Verilog 继承了 C 语言的多种操作符和结构,与另一种硬件描述语言 VHDL 相比,语法不是很严格,代码更加简洁,更容易上手。

Verilog 不仅定义了语法,还对语法结构都定义了清晰的仿真语义。因此,Verilog 编写的数字模型就能够使用 Verilog 仿真器进行验证

Verilog 仿真激励(Testbench)详解

目录 引言 Verilog Testbench(测试激励)用于对设计模块进行仿真… Continue Reading →

Verilog 避免 Latch 详解

目录 引言 在 Verilog 设计中,Latch(锁存器)通常是非预期的行为,… Continue Reading →

Verilog 竞争与冒险

目录 竞争与冒险概述 在 Verilog 和硬件设计中,竞争(Race Cond… Continue Reading →

Verilog 状态机

目录 状态机概述 在数字设计中,状态机(Finite State Machine… Continue Reading →

Verilog 函数

目录 Verilog 函数概述 在 Verilog 中,函数(Function)… Continue Reading →

Verilog 带参数例化

目录 带参数模块的概述 在 Verilog 中,参数(Parameter)是模块… Continue Reading →

Verilog 模块例化

目录 模块例化概述 在 Verilog 中,模块例化(Module Instan… Continue Reading →

Verilog 模块与端口

目录 Verilog 模块概述 在 Verilog 中,模块(Module)是设… Continue Reading →

Verilog 过程连续赋值

目录 过程连续赋值概述 在 Verilog 中,连续赋值(Continuous … Continue Reading →

Verilog 循环语句

目录 Verilog 循环语句概述 在 Verilog 中,循环语句用于在满足特… Continue Reading →

« Older posts Newer posts »

© 2025 52kanjuqing-开发者社区,学的不仅是技术,更是梦想 — Powered by WordPress

Theme by Anders NorenUp ↑