Answered step by step
Verified Expert Solution
Question
1 Approved Answer
use systemverilog in vivado. please make sure answers are correct. thanks! Create a simple calculator that can do the following. 1. Can add and subtract
use systemverilog in vivado. please make sure answers are correct. thanks!
Create a simple calculator that can do the following. 1. Can add and subtract 4-bit signed (2s compliment). Use the left most switch to indicate add/sub. 2. Displays the output as a hex character on a seven-segment display if the output is valid, otherwise the display is off. You will need to design a validity checker module. Design the validity checker so that it will output a '1' when a result is valid. Also, modify your previously designed RCA to have four full-adders to perform a 2's compliment operation. Simulate your design and then test on BASYS3 board. Your top level module should have the following inputs and outputs: 4-bit inputs A and B (connected to switches) 1-bit input Sub (connected to left most switch 7-bit output seg (connected to seg) 4-bit output an (connected to an) 1-bit output neg (connected to an LED)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