Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 1 ) XOR 7 4 _ 8 6 , ( 1 ) NOT 7 4 _ 0 4 , ( 1 ) 4 -

(1) XOR 74_86,(1) NOT 74_04,(1)4-bit adder 74_283,(1) Quad 2-input mux74_157Now your task is to combine what you did in Tasks 1 and 2 to build a circuit that has four modes, determined by two select switches (S1, S0):(0,0) no change(0,1) negate input in sign-magnitude form(1,0) negate input in 1s complement form(1,1) negate input in 2s complement form Notice in this scheme that the S1 value determines which general group is selected (Task 1 or Task 2 functions) and the S0 value determines which function within those groups is selected (1s comp vs.2s comp; No change vs. Sign-Magnitude). Therefore, the S0 switch serves the same purpose as the individual select switch already used in both Task 1 and Task 2.But that S1 value needs a new device to allow it to select. That new device, unsurprisingly, is a data selector (or multiplexer, or mux). The mux IC available in our lab is the 74_157, which performs selection between two 4-bit numbers.Looking at the device symbol:This mux should always be enabled, so what logic value should be passed to the EN port?When SEL=1, the input bits labeled with a 1(such as D1) are those that make it to the corresponding output bit (such as QD)When SEL=0, the input bits labeled with a 0 are selectedKnowing this (and the mode definitions), you have two big questions to answer:oWhat should be connected to the 0 inputs (the outputs from Task 1 or Task 2)?oWhich select switch (S1 or S0) should be connected to the SEL input?In LogicWorks, use the chip schematics to simulate and test your design.

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

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions