Re: 4-Bit Divisor Implementation Using Logic Gates

From: Jonathan Kirwan (jkirwan_at_easystreet.com)
Date: 10/26/04


Date: Tue, 26 Oct 2004 00:15:07 GMT

On 25 Oct 2004 12:02:06 -0700, junaid.uppal@gmail.com (Junaid Uppal) wrote:

>I am currently working on a project to implement 4-bit division using
>logic gates / registers etc ( Basic Level DLD Stuff ). I've been
>searching online / offline for a lot of time now but haven't found
>anything that can help me implement my circuit. Can anyone help me out
>in making this circuit please? some pointers / logic diagrams or
>anything.

Should be plenty on the web for this, I'd imagine. Combinatorial methods would
use a set of compare and mux stages, one pair of these for each output result
bit, plus a little more stuff. Sequential methods would use a single
subtractor, shifter, and a little glue. But the methods are basic stuff. Have
you looked?

Jon



Relevant Pages