Search found 412 matches

by admin
Wed Aug 06, 2014 11:47 am
Forum: Circuit Talk
Topic: Delay clock pulse
Replies: 4
Views: 10872

Re: Delay clock pulse

There is no way to delay to 1/4th of the tick. The execution is happening almost momentarily in the scale of the tick. You can just change the order in which the gates get evaluated. I’d suggest to try just 2 nots and then see if it works.
by admin
Fri Aug 01, 2014 9:57 am
Forum: Circuit Talk
Topic: Delay clock pulse
Replies: 4
Views: 10872

Re: Delay clock pulse

Hi Helmut,
There is no any feature that allows you to delay tick for any specific time. However you can reorder clock signal on different consumers by adding chain of even number of not gates.
Eugene
by admin
Sun Jul 13, 2014 6:16 am
Forum: Circuit Talk
Topic: Unexcepted decoder output
Replies: 3
Views: 9005

Re: Unexcepted decoder output

I am sorry, but I do not understand what you are trying to build. If your goal is to implement truth table you have I’d suggest to synthesis it for each output bit separately as you normally do it.
by admin
Thu Jul 10, 2014 1:43 pm
Forum: Circuit Talk
Topic: j k flip flop
Replies: 5
Views: 9904

Re: j k flip flop

Hi, I think you have a small mistake in your circuit. You need to connect your q output to j input instead of k and ~q to k instead of j. I have seen a few erroneous images of jk flip-flops on the web. You probably found one. Please see this link for the correct circuitry and have fun with your circ...
by admin
Thu Jul 03, 2014 9:23 am
Forum: Discuss LogicCircuit program
Topic: Orientation of outputs on the buttons.
Replies: 1
Views: 6367

Re: Orientation of outputs on the buttons.

Yes, I guess it should not be hard. I'll try to do this.
by admin
Tue Jun 10, 2014 8:53 am
Forum: Circuit Talk
Topic: Library to build 8 bits or 16 bits computers
Replies: 6
Views: 16233

Re: Library to build 8 bits or 16 bits computers

Great work Hans, thank you for sharing this.
by admin
Sun Jun 08, 2014 7:11 pm
Forum: Discuss LogicCircuit program
Topic: Button unresponsive
Replies: 5
Views: 9169

Re: Button unresponsive

Well, it is might be a good idea, but instead I’d suggest to have your circuits smaller. This way it is easier to understand them and you don’t need to color your wires.
by admin
Sat Jun 07, 2014 10:55 pm
Forum: Discuss LogicCircuit program
Topic: Button unresponsive
Replies: 5
Views: 9169

Re: Button unresponsive

Ok, I see it now. On your 8 bit adder you have splitters touching inputs of 4 bit adders. You’ll need to move them apart and connected all the outputs of splitters to inputs of adders. Another problem is you have on the 8 bit add/sub two outputs of 8 bits multiplexer connected together. And this bri...
by admin
Sat Jun 07, 2014 10:03 am
Forum: Discuss LogicCircuit program
Topic: Button unresponsive
Replies: 5
Views: 9169

Re: Button unresponsive

That might be an indication of disconnected button. If you upload your project here I can try to look at it.
by admin
Tue Jun 03, 2014 10:32 am
Forum: Circuit Talk
Topic: Suggestion - Input Signal
Replies: 3
Views: 9037

Re: Suggestion - Input Signal

Thanks, that makes sense. I'll see what I can do.