Create a circuit this is capable of doing division between two 5 bit unsigned integer numbers. Remember that given a fraction A/B, A is called the dividend and B is called the divisor. The result of the division is called the quotient. Your division circuit should be implemented using sequential logic and should complete the division within 6 clock cycles of receiving its input.
Restrictions
You MAY NOT USE: RAM, ROM, or the Divider.
You may only use 1 Adder/Subtractor
- You cannot create more by using combinational logic
You must implement a sequential circuit
- Combinational solutions will receive 0 credit.
- You cannot implement the combinational solution presented in the book and then just place the result in a register.
Attachment:- Assignment.zip