Implementing f(w3, w2, w1) using 74LS138 and NAND gate(s)

  • Thread starter Thread starter Illogic
  • Start date Start date
  • Tags Tags
    Decoder
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
Illogic
Messages
1
Reaction score
0

Homework Statement


I'm doing some review for an exam this week. this problem was on the review sheet, but we did not cover any examples like it during lecture. The problem is:

Show how to implement the function f(w3, w2, w1) = ∑m(0, 1, 3, 4, 6). Use a 74LS138 and NAND gate(s)

Homework Equations

The Attempt at a Solution


I think I'm just not understanding what's being asked and this is far more simple than I'm making it. I reduced the function to !w3(NAND(!w1w2) + w3(!w1), I'm just not seeing the method to implement it using the 74ls138. Any advice as to the method to do this? I don't need the exact answer, just the path I need to take to solve this. Thanks.
 
on Phys.org
The 74LS138 is a decoder. The three bits of input select one of eight outputs. You can just pick off the terms that match whatever function you're interested in. Then it's up to you to effectively OR them to yield a "1" when any of the selected terms are "hit" by the inputs. Note that it is sometimes better to select for the complement f the function if the number of terms is fewer.