Search found 412 matches

by admin
Mon Sep 25, 2023 10:15 pm
Forum: Circuit Talk
Topic: I have discovered a phenomenon that does not align with my understanding. Is it a bug?
Replies: 3
Views: 14339

Re: I have discovered a phenomenon that does not align with my understanding. Is it a bug?

Well, the problem is synchronization of your circuit.
First, your flip-flops are not raising edge triggering they are level triggering. To fix it I’ve changed it to rear edge triggering. But it turns out not enough too, I also AND the output of comparator with clock. Now it appears to be working.
by admin
Fri Sep 22, 2023 11:11 pm
Forum: Circuit Talk
Topic: I have discovered a phenomenon that does not align with my understanding. Is it a bug?
Replies: 3
Views: 14339

Re: I have discovered a phenomenon that does not align with my understanding. Is it a bug?

Can you share your project file? It is hard to see what is going on from just a picture.
by admin
Sat Jul 08, 2023 1:28 am
Forum: Circuit Talk
Topic: How to init your circuit when power turned on?
Replies: 6
Views: 43768

Re: How to init your circuit when power turned on?

Thanks for the suggestion. This is indeed much better way to get the reset signal.
by admin
Thu Jul 06, 2023 11:11 pm
Forum: Discuss LogicCircuit program
Topic: Can add something to read USB PORT
Replies: 2
Views: 11599

Re: Can add something to read USB PORT

Can you be more specific? What exactly you need to do?
by admin
Tue Jul 04, 2023 1:04 pm
Forum: Discuss LogicCircuit program
Topic: Feature request!
Replies: 7
Views: 19503

Re: Feature request!

Every cell is still has only 4 connections, right?
Implementing variable bit with gates will be quite confusing. I've already heard a few different ideas from people on how it should work. Which leads me to understanding that current implementation is the clearest.
by admin
Tue Jun 13, 2023 1:54 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 47021

Re: Input pin error

I don't see any attachments. Did you delete them all?
by admin
Mon Jun 12, 2023 3:28 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 47021

Re: Input pin error

I guess the error is pretty self-explanatory. You have connected two pins with different bit width. One is one bit pin and another is 4 bit pin.
Just make them the same.
by admin
Mon Jun 12, 2023 9:41 am
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 47021

Re: Input pin error

As I mentioned first replace all your flip-flops with just one, then make it working on rear front.
I guess you can look master-slave diagram here:
https://www.electronics-tutorials.ws/se ... seq_2.html
by admin
Sun Jun 11, 2023 9:01 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 47021

Re: Input pin error

The problem is on both of your Mod 10 and Mod 6 counters as well as on JK flip-flop your input pin CLK are connected to it's actual input as well as clock on the circuit itself. The easiest way to fix is just remove clock on both counters and JK. However, after you fix it, you will see oscillation e...
by admin
Sat Jun 10, 2023 6:25 pm
Forum: Circuit Talk
Topic: Input pin error
Replies: 10
Views: 47021

Re: Input pin error

Hi,
It is very hard to say where the error is by looking at the pictures. Can you please attach your project file?