Hi Matt,
There are no any limitations or performance penalties on the size of individual circuit. The only consideration you should have is how easy to understand and observe your design.
Search found 417 matches
- Wed Oct 09, 2024 11:10 pm
- Forum: Discuss LogicCircuit program
- Topic: align tools
- Replies: 4
- Views: 173
- Wed Oct 09, 2024 11:46 am
- Forum: Discuss LogicCircuit program
- Topic: align tools
- Replies: 4
- Views: 173
Re: align tools
Hi Matt, Thanks for the suggestions. I will try to implement the alignments, but it's better to keep your circuits small. They are more readable and easier to understand and verify. As for copy of the truth table you can do right now. Just select all the content and hit Ctrl-C. To select you can ...
- Thu Sep 19, 2024 10:59 pm
- Forum: Circuit Talk
- Topic: logic circuit and linux /wine
- Replies: 1
- Views: 148
Re: logic circuit and linux /wine
Well, it's uses WPF for UI. Try to look at this article: https://ccifra.github.io/PortingWPFApps ... rview.html
However, I've never tried it and do not expect it will work correctly.
However, I've never tried it and do not expect it will work correctly.
- Tue Aug 06, 2024 12:13 am
- Forum: Circuit Talk
- Topic: I can't log in
- Replies: 1
- Views: 20782
Re: I can't log in
you've logged in
- Tue Jul 09, 2024 12:40 pm
- Forum: Circuit Talk
- Topic: Help request - 2bit state register not going through all states
- Replies: 3
- Views: 19483
Re: Help request - 2bit state register not going through all states
It is hard to understand your circuit from picture with cut wires. Which you actually can attach on this site so it won't be lost on other sites.
If you design your circuit in LogicCircuit software and post your project here you will have a better chance to be helped.
If you design your circuit in LogicCircuit software and post your project here you will have a better chance to be helped.
- Tue May 28, 2024 9:50 pm
- Forum: Circuit Talk
- Topic: MonoStable & Multiple Clocks
- Replies: 1
- Views: 16208
Re: MonoStable & Multiple Clocks
There are no timers. the closest you can get is use of sensor, with the sequence.
You can have more then one clock, but they are all synchronous i.e. they all tick at the same time.
You can have more then one clock, but they are all synchronous i.e. they all tick at the same time.
- Sat May 25, 2024 5:05 pm
- Forum: Circuit Talk
- Topic: BCD Counter starts at random number
- Replies: 11
- Views: 51153
Re: BCD Counter starts at random number
Sorry, my mistake. I saved the file in unreleased version.
Here it is again should be loadable.
Here it is again should be loadable.
- Thu May 23, 2024 10:38 pm
- Forum: Circuit Talk
- Topic: BCD Counter starts at random number
- Replies: 11
- Views: 51153
Re: BCD Counter starts at random number
Here I simplified it for you. Look at "Counter 0 simple" and "Counter 1 simplified".
- Thu May 23, 2024 4:59 pm
- Forum: Circuit Talk
- Topic: BCD Counter starts at random number
- Replies: 11
- Views: 51153
Re: BCD Counter starts at random number
First the expression x XOR 1 is equal to NOT x. So, I don't know what you are trying to do here. Second it is very hard to understand your circuit as it is so big. If you move the repeated parts to separate circuits it will be much easier to test and find issues, not to mention to look at your ...
- Tue May 21, 2024 12:20 pm
- Forum: Circuit Talk
- Topic: BCD Counter starts at random number
- Replies: 11
- Views: 51153
Re: BCD Counter starts at random number
Hi Alan, JK flip-flops are flipping to a random state at power on. That is why you see it starting at the random state. You will need to reset them at power on. Please read this discussion: https://logiccircuit.org/forum/viewtopic.php?t=3 and especially the last suggestion from ehennig. On the other ...