Question: Create a module that takes two single precision(32 bits) IEEE 754 standard binary values and: 1. add them and display the result in single precision
Create a module that takes two single precision(32 bits) IEEE 754 standard binary values and:
1. add them and display the result in single precision IEEE 754 standard
2. subtract them and display the result in single precision IEEE 754 standard
3. divide them and display the result in single precision IEEE 754 standard
4. multiply them and display the result in single precision IEEE 754 standard
write your code in Verilog HDL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
