aysnchronous counter with asynchronous reset

D

Dkthechamp

Guest
Hi,

I am desiging an asynchronous counter with asynchronous reset. I am
using structural approach where i instantiates D FFs, the inverted
output of first FF being the clock of next one. But i want it to be
reset with a given condition and the condition is set as the input to
the module.

Any clues would be appreciated !

Deepak
 
On Apr 30, 3:51 am, Dkthechamp <dkthech...@gmail.com> wrote:
Hi,

I am desiging an asynchronous counter with asynchronous reset. I am
using structural approach where i instantiates D FFs, the inverted
output of first FF being the clock of next one. But i want it to be
reset with a given condition and the condition is set as the input to
the module.

Any clues would be appreciated !

Deepak
Don't your D flip-flops have reset inputs? Can't you just wire them
all to the reset input of the module? Or am I missing something?

Confused,
Gabor
 
On Apr 30, 2:43 pm, gabor <ga...@alacron.com> wrote:
On Apr 30, 3:51 am, Dkthechamp <dkthech...@gmail.com> wrote:

Hi,

I am desiging an asynchronous counter with asynchronous reset. I am
using structural approach where i instantiates D FFs, the inverted
output of first FF being the clock of next one. But i want it to be
reset with a given condition and the condition is set as the input to
the module.

Any clues would be appreciated !

Deepak

Don't your D flip-flops have reset inputs? Can't you just wire them
all to the reset input of the module? Or am I missing something?

Confused,
Gabor
Thanks Gabor, i thought of that & implemented it :)
 

Welcome to EDABoard.com

Sponsor

Back
Top