ece124: add canonical sop/pos

This commit is contained in:
eggy 2023-01-17 21:10:53 -05:00
parent 4b7740c55f
commit 9c0f2cd302

View File

@ -139,6 +139,14 @@ $$M_j=x_1+x_2+\dots +x_n$$
&=x_1+x_2+x_3
\end{align*}
A **canonical sum of products (SOP)** is a function expressed as a sum of minterms.
$$f(x_1,x_2,\dots)=\sum m(a,b, \dots)$$
A **canonical product of sums (POS)** is a function expressed as a product of maxterms.
$$f(x_1,x_2,\dots)=\prod M(a,b,\dots)$$
## VHDL
VHDL is a hardware schematic language.