filmov
tv
Learn Verilog 1: Ports and Assignments

Показать описание
Verilog is a language for hardware chip design. It is used to design silicon chips such as GPUs and CPUS.
Content:
00:00 - Introduction to this series of videos based on HDLBits website
01:16 - Chip Design Languages
02:01 - Assume some programming background
02:30 - Problem 1, background
03:22 - Ports
04:35 - Wires
06:41 - Module as code
09:49 - Assign values
11:19 - Problem 1 Statement
13:08 - A solution to Problem 1