Follow us on Facebook
CS 302 Digital Logics and Design Assignment # 2 idea
ASSIGNMENT SCENARIO
Suppose we have a circuit having following attributes:
- 16 inputs (A0-A15)
- 1 Output (Y)
- 4 selectors (S0-S3)
The circuit has been defined using the following truth table.
INPUTS
|
OUTPUT
| |||
S0
|
S1
|
S2
|
S3
|
Y
|
0
|
0
|
0
|
0
|
A0
|
0
|
0
|
0
|
1
|
A1
|
0
|
0
|
1
|
0
|
A2
|
0
|
0
|
1
|
1
|
A3
|
0
|
1
|
0
|
0
|
A4
|
0
|
1
|
0
|
1
|
A5
|
0
|
1
|
1
|
0
|
A6
|
0
|
1
|
1
|
1
|
A7
|
1
|
0
|
0
|
0
|
A8
|
1
|
0
|
0
|
1
|
A9
|
1
|
0
|
1
|
0
|
A10
|
1
|
0
|
1
|
1
|
A11
|
1
|
1
|
0
|
0
|
A12
|
1
|
1
|
0
|
1
|
A13
|
1
|
1
|
1
|
0
|
A14
|
1
|
1
|
1
|
1
|
A15
|
QUESTION STATEMENT
You are required to draw the circuit diagram for the provided scenario; also write ABEL code for the designed circuit. Marks: (10 + 10)
Comments
Post a Comment