Simple logic diagram help!! please

Thread Starter

abcd1234

Joined Sep 28, 2006
1
Hi,

For part of my project I had to create a logic diagram with 4 outputs. I was able to plot 3 outputs but could not graph the last one which is:

y = AC(B'+D')

Couls someone help me out? Also, what is the difference between a logic diagram and a pin-out diagram?

THANKS!
 

Papabravo

Joined Feb 24, 2006
21,225
Use DeMorgan's Law as follows
AC(B'+D') = AC(BD)'

That last expression requires a three input AND and a two input NAND
or
Three two input AND gate and an inverter
 

Dave

Joined Nov 17, 2003
6,969
Also, what is the difference between a logic diagram and a pin-out diagram?
A logic diagram shows the layout of the logic components that constitute your circuit, i.e. in terms of AND, OR, NOT, NOR, XOR etc gates. The pinout diagram shows the pin allocations for a particular package that is used in your circuit, i.e. a topological representation.

From the logic diagram you can deduce functionality but not implementation, whereas in a pinout diagram you can deduce implementation but not necessarily functionality.

Dave
 
Top