Autosave: 2022-12-28 13:00:05
This commit is contained in:
parent
bef777c959
commit
bc6f668e09
1 changed files with 12 additions and 0 deletions
12
Computer_Architecture/Hardware_Description_Language.md
Normal file
12
Computer_Architecture/Hardware_Description_Language.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
categories:
|
||||||
|
- Computer Architecture
|
||||||
|
- Hardware
|
||||||
|
tags: [HDL, nand-to-tetris]
|
||||||
|
---
|
||||||
|
|
||||||
|
# Hardware Description Language
|
||||||
|
|
||||||
|
A HDL is a programming language used to describe the behaviour or structure of [digital circuits](/Electronics_and_Hardware/Digital_circuits/Integrated_circuits.md). They are used to simulate the circuit and check its response.
|
||||||
|
|
||||||
|
There are many HDLs but the most popular are VHDL ("very high speed integrated-circuit description language") and Verilog.
|
Loading…
Add table
Reference in a new issue