Search found 412 matches

by admin
Sun Jun 01, 2014 11:48 am
Forum: Circuit Talk
Topic: Suggestion - Input Signal
Replies: 3
Views: 9018

Re: Suggestion - Input Signal

Hi, Thanks for your suggestions. Can you please explain what do you mean by programmable input? There are buttons you can use and if you need Z value you can build your own circuit that will do the trick. Please see Displays in help for more details. What do you mean by clock cycle? And what is the ...
by admin
Mon May 26, 2014 8:55 pm
Forum: Lounge
Topic: Request to the webmaster
Replies: 2
Views: 20338

Re: Request to the webmaster

Hi Hans,
I guess you can’t disable comments on the topic on this forum software. But you still can upload multiple files in one or many topics and even if people will comment on them you might be find it valuable.
Eugene
by admin
Wed May 14, 2014 12:30 pm
Forum: Discuss LogicCircuit program
Topic: Suggestion
Replies: 2
Views: 6684

Re: Suggestion

Hi Markus,
Thank you for your support and suggestion.
In latest version you can just click and hold mouse button to see the state of wire when the power is on.
I hope this will help your kids.
Thank you,
Eugene
by admin
Sun May 11, 2014 8:12 pm
Forum: Circuit Talk
Topic: Alarm System
Replies: 10
Views: 18934

Re: Alarm System

Dave,
You can open this file with the program that is hosted on this forum. Just download and install it:
http://logiccircuit.codeplex.com/releases/
Eugene
by admin
Sat May 10, 2014 10:55 pm
Forum: Discuss LogicCircuit program
Topic: Propagation delay
Replies: 3
Views: 11664

Re: Propagation delay

Yes, you are right the notation of the pin is truncated to 2 characters if it resides on the left or right sides and to 4 for top and bottom. The reason for this is small amount of space for the text on the symbol. You can use not only letters and digits there though. For example for the clock input...
by admin
Sun Apr 27, 2014 10:52 am
Forum: Discuss LogicCircuit program
Topic: program velocity
Replies: 1
Views: 6090

Re: program velocity

Hi Hans, Thank you for sharing our thoughts. The way the program simulates the circuit is a bit more complicated than you’ve described. So first of all the drawings are translated to set of objects that can perform logical operations – gate functions. During this translation all the connections are ...
by admin
Tue Apr 15, 2014 8:00 am
Forum: Circuit Talk
Topic: Bidirectional circuit in LogicCircuit
Replies: 14
Views: 23401

Re: Bidirectional circuit in LogicCircuit

Thanks for sharing your project.
Can you please provide a bit more details on what it is doing and how it works - some sort of big picture overview?
by admin
Wed Apr 09, 2014 9:05 am
Forum: Circuit Talk
Topic: Moving things to RAM (LUTs)
Replies: 7
Views: 14485

Re: Moving things to RAM (LUTs)

Yes you are right the memory block has mechanism very similar to D latch. Namely it writing its data when write signal is changing. But you have more than one memory blocks chained together. So it is possible that two will be flipping their state in the same clock cycle. So having two inverters make...
by admin
Mon Apr 07, 2014 10:34 am
Forum: Circuit Talk
Topic: Bidirectional circuit in LogicCircuit
Replies: 14
Views: 23401

Re: Bidirectional circuit in LogicCircuit

In your very last circuit where AND gate does not have any inputs connected the entire circuit get optimized away. Now back to your original problem. I think you are trying to solve incorrectly defined problem. Instead try to think about your circuit as a bus with multiple data providers each of the...
by admin
Mon Apr 07, 2014 10:25 am
Forum: Circuit Talk
Topic: Visual Effect
Replies: 1
Views: 6428

Re: Visual Effect

Yes, I know about this effect. The root cause is in how Windows works. It has a way to schedule timer with resolution of 1 millisecond, but actually it can’t run more frequently than every 30ms or so. I was thinking how to solve this and I can reduce the range of the frequency slider to 30 instead o...