From 3054d22e293596e3640f9eff1d19a8649edeae44 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 15 Nov 2021 14:00:01 -0500 Subject: [PATCH] Update for 15-11-21 14:00 --- lang/HDL.wiki | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lang/HDL.wiki b/lang/HDL.wiki index b0d59a4..8de4f0e 100644 --- a/lang/HDL.wiki +++ b/lang/HDL.wiki @@ -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