Question

Digital Logic Fundamentals. Need help with this assignment!!!

Want to make sure I'm on the right track with the truth table and K-MAPS.

Also I'd like to know how to design the LOGISIM circuit.

Thank you.igital Logic Fundamentals An Excess-3 code exists for the following reason: The primary advantage of excess-3 coding over nonNAME AND ID: CD 01 10 01 10 CD 01 01 12 14 15 13 10 10 AB AB 10 CD 00 10 CD 0 01 01 01 10 10 AB 10 CD 00 01 10 CD00 01 01 10

igital Logic Fundamentals An Excess-3 code exists for the following reason: The primary advantage of excess-3 coding over non-biased coding is that a decimal number can be nines' complemented (for subtraction) as easily as a binary number can be ones' complemented: just by inverting all bits. That won't make any sense except..it's useful We shall be discussing complement sy stems again later in the course -just know that this code is useful Design logic to accept 4 inputs A, B, C and D which is a number in the range 0 to 9. Inputs 10 to 15 will never be input to your circuit so the corresponding cells in the Karnaugh map will be "don't cares" (X). (Budget, 4 pins per circuit total for input. I don't want several separate circuits). The outputs will be W, X, Y and Z, representing, in binary, the input number plus three. Line up your outputs in a line horizontally, from left to right W (8's), X( 4's), Y (2's) and Z (1's). This is the final design and simulation that is combinational. Counters next, then multiplexers. So, fill out the table below knowing that "D" is the "eights" of the inputs and that "W" is the eights of the outputs Design and implement a minimal circuit with D, C, B, A as inputs (4 pins only total appearing on your circuit) which should be displayed on l.e.d.s, and outputs W, X, Y and Z, which should also be displayed on l.e.d.s. Use the LABEL property for pins and l.e.d.s to place a meaningful label on inputs and outputs. There is a budget of only 4 pins and only 4 inverters. DO NOT USE MORE THAN THIS BUDGET TOTAL FOR THE WHOLE CIRCUIT. This will be the last of the combinational circuits that you design and simulate Fill out this truth table:
NAME AND ID: CD 01 10 01 10 CD 01 01 12 14 15 13 10 10 AB AB 10 CD 00 10 CD 0 01 01 01 10 10 AB 10 CD 00 01 10 CD00 01 01 10 10 Keep AND terms in alphabetical order: Penalty if not. Industry standards. X- Y- LOOP YOUR MAPS. SUBMIT THIS PAGE
0 0
Add a comment Improve this question Transcribed image text
Answer #1

0 Oo O o ㅡ.x.x o ol Do

Add a comment
Know the answer?
Add Answer to:
Digital Logic Fundamentals. Need help with this assignment!!! Want to make sure I'm on the right ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • NYIT. Digital Logic Fundamentals, Dr. S. Ben-Avi. Spring 2019. An Excess-3 code exists for the fo...

    I NEED THE LOGISIM CIRCUIT DESIGN! NYIT. Digital Logic Fundamentals, Dr. S. Ben-Avi. Spring 2019. An Excess-3 code exists for the following reason: The primary advantage of excess-3 coding over non-biased co ding is that a decimal number can be nines' complemented (for subtraction) as easily as a binary number can be ones' complemented: just by inverting all bits it's useful We shall be discussing complement systems again later in the course - just know that this o Design logic...

  • Design a combinational logic circuit which has one output Z and a 4-bit input ABCD representing...

    Design a combinational logic circuit which has one output Z and a 4-bit input ABCD representing a binary number. Z should be 1 iff the input is at least 5, but is no greater than 11. Use one OR gate (three inputs) and three AND gates (with no more than three inputs each). Using K-map, find min SOP and min POS form for the outputs W, X

  • DESIGN SECTION You are going to design which has 4 inputs wi L V. and 4...

    DESIGN SECTION You are going to design which has 4 inputs wi L V. and 4 outputs A, B.Cand D. The features of the circuit are; a combinational eircuit Inputs (w, x, y, z) Binary Code Outputs (A, B, C, DGray Code The circuit encodes Input Bit Sequence (Binary Code) to Gray Code. You are going to; a) Fill the truth table according to your design. b) Find the simplified AND-OR expressions for all 4 outputs (Sum of Product) by...

  • 2. Design a combinational logic circuit with three inputs x, y, and z, and three outputs...

    2. Design a combinational logic circuit with three inputs x, y, and z, and three outputs A, B, and C. When the binary input value is 0, 1, 2, or 3, the binary output value is 2 greater than the input, i.e. (ABC) = (xyz) + 2. Otherwise, the binary output value is 3 less than the input, i.e. (ABC) = (xyz) – 3.

  • 3. Design a combinational circuit with inputs a, b, c, d and outputs w, z, y, z, where the input ...

    1- Please answer all the question 2- with clear handwriting Thank you, 3. Design a combinational circuit with inputs a, b, c, d and outputs w, z, y, z, where the input and output both represent a signed numbers (2s complement). The output is 7 less than the input, if the input is positive, or zero. If the input is negative, the output is 3 greater than the input. 7. Use the Boolean functions developed in problem #3 to create...

  • Please solve the problems from 2_5 Digital system Problem 2 Design a combinational circuit with inputs...

    Please solve the problems from 2_5 Digital system Problem 2 Design a combinational circuit with inputs a, b, c, d and outputs w, x, y, z. Assume that the inputs a, b, c d represent a 4-bit signed number (2s complement). The output is also a signed number in 2s complement which is 5 greater than the input if the input is less than 2, and is 2 less than the input if the input is greater than or equal...

  • a. Design and implement a combinational circuit with four inputs w,x, y and z and four outputs A, B,C and D using CMOS...

    a. Design and implement a combinational circuit with four inputs w,x, y and z and four outputs A, B,C and D using CMOS transistors. When the binary input is 0, 1, 2,3, 4, 5, 6 or 7 the binary output is three greater than the input. When the binary input is 8,10,11,12,13,14 or 15 the binary output is five less than the input. b. Draw the mask layout with Ln Lp 0.6 um, Wn- 4.8 um and Wp- 9.6 um...

  • a. Design and implement a combinational circuit with four inputs w,x, y and z and four outputs A, B,C and D using CMOS...

    a. Design and implement a combinational circuit with four inputs w,x, y and z and four outputs A, B,C and D using CMOS transistors. When the binary input is 0, 1, 2,3, 4, 5, 6 or 7 the binary output is three greater than the input. When the binary input is 8,10,11,12,13,14 or 15 the binary output is five less than the input. b. Draw the mask layout with Ln Lp 0.6 um, Wn- 4.8 um and Wp- 9.6 um...

  • Please solve the problems from 1_5 Digital system Complete the following homework problems. Show all work...

    Please solve the problems from 1_5 Digital system Complete the following homework problems. Show all work (making sure it is legible) and circle all answers for clarity Problem 1 w3 w4 B w1 a) Determine Boolean functions for intermediate outputs w,w2,w3, and w4 as well as the output signals X and Y. b) Construct a truth table showing the intermediate outputs wl,w2,w3, and w4 as well as the output signals X and Y c) Use K-maps to find simplified expressions...

  • Design a combinational circuit with three inputs, x , y, and z, and three outputs, A,...

    Design a combinational circuit with three inputs, x , y, and z, and three outputs, A, B , and C . When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input. When the binary input is 4, 5, 6, or 7, the binary output is two less than the input. 1) Truth table 2) Logic circuit 3) Boolean function of A using minterms ( use Boolean algebra) 4) Boolean function of...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT