VHDL program using Boolean expressions

Thread Starter

JD Dyslexic

Joined Aug 7, 2008
5
I am trying to construct a vhdl program using Boolean expressions for W,X,Y,Z. When I construct a K- Map

W= A
X= notA.B + A.notB
Y= notB.notC + B.C
Z= notC.notD + C.D

Any help with the programming would be great as I have had no experience with VHDL before.
 

Ratch

Joined Mar 20, 2007
1,070
JD Dyslexic,

I am trying to construct a vhdl program using Boolean expressions for W,X,Y,Z. When I construct a K- Map
Your notation would be clearer if you used a apostrophe for negation. Example: X=A'B + AB' .

Help us out. What is your specific question?

Ratch
 
Top