Update for 15-11-21 14:00
This commit is contained in:
parent
b0fad2fc91
commit
3054d22e29
@ -3,4 +3,13 @@
|
||||
HDL or Hardware Description Language is a language for 'programing' logic gates
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user