Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

So i already got part of it but its the comparison part for the SOV that I am having a lot of trouble with. The

So i already got part of it but its the comparison part for the SOV that I am having a lot of trouble with. The lines are supposed to be either green or black and DEFINITELY not blue or red which is what im getting. Please help!
6. Detecting signed overflow
First,you need to get thesign bits of the operands and output.Your goal is to build the image on the right. Heres how:
1. Splitterscan take multi-bit wires and split them into single bits.
* Make aWiring > Splitterand set its properties like so:
*
* This will make something that looks like a little laser gun with a3on it.
* Theblack sideof the splitter accepts a 4-bit number.
* Thegreen sidewill outputbit 3(the MSB) from that 4-bit number.
2. Now copy and paste that splitter a couple times for a total of three splitters.
3. Make anew tunnelnamedMUX Outconnected tothe output of the MUX
* that wire carries eitherBor~B, depending onsub.
4. To theinput (black)side of the splitters, connect theA,MUX Out, andOtunnels.
* Make copies.Dont just make long wires from existing tunnels. That defeats the purpose of them!
5. To theoutput (green)side of the splitters,make and connect some new tunnelsnamedSA,SB, andSOfor the sign ofA, the sign ofMUX Out, and the sign ofOrespectively.
SA SB SO SOV
0000
0011
0100
0110
1000
1010
1101
1110
Now you have three tunnels,SA,SB, andSOwhich carryjust the signsof the two addends and the output. You can then copy and paste those tunnels to use them as inputs to the circuit you are about to build.
Using the method from the turning truth tables into Boolean functions section above,turn this truth table on the right into a real circuit! The inputs are the tunnels you just made, and the output will be theSOVtunnel that is connected to theSOVLED.
Note:when you use that technique on this table, you may end up with situations where you have toAND three values together.You can either chain two 2-input AND gates, or you can set the Number of Inputs property on an AND gate to 3. The two possibilities are shown below.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago