Update for 15-11-21 14:00

This commit is contained in:
Tyler Perkins 2021-11-15 14:00:01 -05:00
parent b0fad2fc91
commit 3054d22e29

View File

@ -3,4 +3,13 @@
HDL or Hardware Description Language is a language for 'programing' logic gates HDL or Hardware Description Language is a language for 'programing' logic gates
for digital electronics. for digital electronics.
== Modeling ==
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