Question: Read the problem specification posted below this assignment on the Moodle course page. Then, write a VHDL architecture for the entity below: entity fixed _

Read the problem specification posted below this assignment on the Moodle course page. Then, write a VHDL architecture for the entity below:
entity fixed_point_divider is
port( a3,a2,a1,a0: in bit;
b2,b1,b0: in bit;
s,w2,w1,w0,f1,f2,f3,f4: out bit);
end fixed_point_divider;
Directions:
Implement the circuit using only VHDL predefined logic operators (e.g., not, and, or, nand, nor, xor, xnor)
You're not required to simplify the function. However, doing so may make it easier to implement.
A testbench and other resources are posted below this assignment. Use the testbench provided to test your code.
Credit will be awarded based on how many of the test cases in the testbench pass.
Copy/paste the VHDL code for your final design in the box below or upload a text file.
Read the problem specification posted below this

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!