vimwiki/tech/HDL.wiki

16 lines
392 B
Plaintext
Raw Normal View History

2021-11-08 16:30:01 +00:00
= HDL =
HDL or Hardware Description Language is a language for 'programing' logic gates
for digital electronics.
2021-11-15 19:00:01 +00:00
== Modeling ==
2021-11-08 16:30:01 +00:00
2021-11-15 19:00:01 +00:00
There are various ways to describe the function of the digital circut in
question.
=== Gate Level Modeling ===
* Use representations of gates (and, nand, or, etc)
* Syntax of `not(OUTPUT, INPUT)`
* Wires often used as a intermediate for signals between gates