0
\$\begingroup\$

I'm trying to simulate 2bit asynchronous binary counter using D flip flops in Multisim. Here is schematic (I didn't show clock signal):

enter image description here

Problem is, one of flip flops is not reset (5V on Q output). When flip flops are not connected, like on schematic below, both flip flops are reset (0V on Q output).

enter image description here

For asynchronous counter to work properly, all flip flops should be reset before we apply clock pulse to LSB flip flop. Can I do something in Multisim for all flip flops to be reset when connected like on first schematic?

asked Jul 28, 2016 at 20:40
\$\endgroup\$

1 Answer 1

1
\$\begingroup\$

In real life these chips are not guaranteed to always start up in the same state, you need to reset them after powering on. This is what the CLR and PR pins are for. To get Q=0, you need to put PR=1 and CLR=0. Then put CLR=1 and use the chip.

Normally you could use a RC circuit to provide the reset pulse from the power supply, but in Multisim that may not be an option, so just connect a button or something so that you can reset your circuit after powering it on..

answered Jul 28, 2016 at 21:04
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.