Karnaugh Map for Active Low Output Y*

  • Thread starter JustinCk
  • Start date
  • Tags
    Map Output
In summary, the conversation discusses the use of a canonical expression with active low output Y*, and the confusion surrounding the terms "active low" and logical NOT. It is determined that Y* can be obtained by inverting the output of the given truth table, and the importance of understanding the term "active low" is highlighted.
  • #1
JustinCk
2
0
Hi All,

I am given a canonical expression with active low output Y*

Y*(A, B, C, D) = πM(1, 3, 4, 6, 9, 11, 14)

I would like to use a karnaugh map to obtain the Product of Sum.

However, I am confused because of the terms "active low".

Is my truth table correct?

A B C D Y*
0 0 0 0 1
0 0 0 1 0
0 0 1 0 1
0 0 1 1 0
0 1 0 0 0
0 1 0 1 1
0 1 1 0 0
0 1 1 1 1
1 0 0 0 1
1 0 0 1 0
1 0 1 0 1
1 0 1 1 0
1 1 0 0 1
1 1 0 1 1
1 1 1 0 0
1 1 1 1 1

Thank You!
 
Physics news on Phys.org
  • #2
Active low means the same thing as logical NOT. It is the same thing as if you put a line over Y.

However, for the case:
Y*(A, B, C, D) = πM(1, 3, 4, 6, 9, 11, 14)
your answer is opposite because they are asking you do define Y*

If the question asked for Y then you would have to invert your output.
 
  • #3
nlantz said:
Active low means the same thing as logical NOT. It is the same thing as if you put a line over Y.

However, for the case:
Y*(A, B, C, D) = πM(1, 3, 4, 6, 9, 11, 14)
your answer is opposite because they are asking you do define Y*

If the question asked for Y then you would have to invert your output.

Hi,

Thanks for your reply.
just to confirmed soo my answer should be:
A B C D Y*
0 0 0 0 0
0 0 0 1 1
0 0 1 0 0
0 0 1 1 1
0 1 0 0 1
0 1 0 1 0
0 1 1 0 1
0 1 1 1 0
1 0 0 0 0
1 0 0 1 1
1 0 1 0 0
1 0 1 1 1
1 1 0 0 0
1 1 0 1 0
1 1 1 0 1
1 1 1 1 0

All my output should be inverted. Am I correct?
 
  • #4
Oops, sorry I was looking at POS instead of SOP. (It's been a few years) I think you were right the first time.

Y*(A, B, C, D) = πM(1, 3, 4, 6, 9, 11, 14)


ABCDY* Y
0 0 0 0 0 1
0 0 0 1 1 0
0 0 1 0 0 1
0 0 1 1 1 0
0 1 0 0 1 0
0 1 0 1 0 1
0 1 1 0 1 0
0 1 1 1 0 1
1 0 0 0 0 1
1 0 0 1 1 0
1 0 1 0 0 1
1 0 1 1 1 0
1 1 0 0 0 1
1 1 0 1 0 1
1 1 1 0 1 0
1 1 1 1 0 1

Does the term "Active Low" make sense though? You are going to see that a lot. In this case you can ignore it because your truth table has a star on it. But in general its important.
 

Related to Karnaugh Map for Active Low Output Y*

What is a Karnaugh Map for Active Low Output Y*?

A Karnaugh map for Active Low Output Y* is a graphical tool used to simplify and optimize digital logic circuits. It is used specifically for circuits that have active low outputs, meaning the output is low when the input is high.

How does a Karnaugh Map for Active Low Output Y* work?

A Karnaugh map for Active Low Output Y* works by organizing the truth table of a digital logic circuit into a two-dimensional grid. The cells in the grid represent all possible combinations of inputs, and the output values are placed in the corresponding cells. This allows for logical groupings of cells to be made, making it easier to identify and eliminate redundant terms in the circuit.

What are the benefits of using a Karnaugh Map for Active Low Output Y*?

The main benefit of using a Karnaugh map for Active Low Output Y* is that it simplifies the process of optimizing digital logic circuits. By grouping terms and eliminating redundancies, the resulting circuit is more efficient and requires fewer logic gates. Additionally, Karnaugh maps are easy to use and can handle circuits with many inputs and outputs.

What are the limitations of a Karnaugh Map for Active Low Output Y*?

One limitation of using a Karnaugh map for Active Low Output Y* is that it can only be used for circuits with active low outputs. It also cannot handle circuits with more than six variables. Additionally, Karnaugh maps can become complex and difficult to interpret for circuits with many inputs and outputs.

Are there any tips for using a Karnaugh Map for Active Low Output Y* effectively?

Some tips for using a Karnaugh map for Active Low Output Y* effectively include: organizing the truth table in a logical manner, identifying and grouping adjacent cells with the same output value, and making sure to cover all cells in the map. It is also helpful to use color coding or labeling to keep track of groupings and simplifications. Practice and familiarity with Karnaugh maps can also improve effectiveness.

Similar threads

  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
897
  • Engineering and Comp Sci Homework Help
Replies
3
Views
894
  • Engineering and Comp Sci Homework Help
Replies
4
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
7
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
14
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
Back
Top