Non-Restoring Cellular Array Divider

Thread Starter

Charlie Magne Aguda Ü

Joined Oct 24, 2017
33
I'm trying to build a 5x5 bit divider using only logic gates. My goal is to make a divider that will display the quotient and the rounded decimals in a 7 segments. For example (28/6) - > 11100/00110 = 4.67 .I tried implementing it using Non-Restoring Cellular Array Divider, it gives me the quotient and remainder. How can i convert the remainder to it's decimal equivalent ? like in the example the quotient is 4 and the remainder is 4 also. how can i convert it to 0.67?
 
Top