Question
Study the truth table shown below used to define the requirements for a 2 -bit ASR/noS circuit (circuit not shown). Now, complete the truth table
Study the truth table shown below used to define the requirements for a 2-bit ASR/noS circuit (circuit not shown). Now, complete the truth table for and then develop a SDL circuit definition for the 3-bit ASR/noS circuit. Draw your circuit before starting to code SDL. Use the driver program you find on Blackboard to test your circuit design. Note The SDL file name must be Part2B.sdl.
"Note the sign extension!"
Truth Table for 2-bit ASR/noS shifter
ASR | noS | A1 | A0 | R1 | R0 |
1 | 0 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 1 | 0 | 0 |
1 | 0 | 1 | 0 | 1 | 1 |
1 | 0 | 1 | 1 | 1 | 1 |
0 | 1 | 0 | 0 | 0 | 0 |
0 | 1 | 0 | 1 | 0 | 1 |
0 | 1 | 1 | 0 | 1 | 0 |
0 | 1 | 1 | 1 | 1 | 1 |
Truth Table for 3-bit ASR/noS shifter
ASR | noS | A2 | A1 | A0 | R2 | R1 | R0 |
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
1 | 0 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
0 | 1 |
|
|
|
|
|
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started