Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE HELP ME COMPLETE THIS TABLE. PLEASE SHOW ALL THE STEPS SO I CAN UNDERSTAND Radix (Format) Test ADD 0 + 0 ADD 0 (-1)
PLEASE HELP ME COMPLETE THIS TABLE. PLEASE SHOW ALL THE STEPS SO I CAN UNDERSTAND
Radix (Format) Test ADD 0 + 0 ADD 0 (-1) ADD 1 (-1) ADD FF 1 ADD 40000000 + 50000000 ADD 30000000+ (-7000000) SUB 00 SUB 0(-1) SUB 1 1 SUB 1001 SUB 40000000 Decimal Hex Hex Hex Decimal ALUctrl [1:01 ALUFlags [3:01 00000000 FFFFFFFF 00000001 000000FF 40000000 D0000000 (-7000000) SUB-6000000 (+5000000) AND AND AND AND ORR ORR ORR ORR FFFFFFFF 12345678 12345678 87654321 00000000 FFFFFFFF 3 FFFFFFFF 12345678 12345678 87654321 00000000 FFFFFFFF Table 1, Simplified ARM ALU Test Vectors Build a self-checking testbench to test your 32-bit ALU. To do this, you'll need a file containing test vectors. Create a file called alu.tv with all your vectors. For example, the file for describing the first three lines in Table 1 might look like this: 0 00000000 00000000 00000000 4 0 00000000 FFFFFFFF FFFFFFFF 8 0 00000001 FFFFFFFF 00000000 6 Hint: Remember that each hexadecimal digit in the test vector file represents 4 bits. Be careful when pulling signals from the file that are not multiples of four bitsStep 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