Previous: Step 4: Testing your circuit

Step 5: The step by step mode

In certain circumstances of study or in case of subtle problem related to the propagation of the signals, it is very useful to be able to observe these phenomena. Logisim simulates in a slightly naive way the propagation in gates. (the gates all have the same propagation delay), but it still allows to observe the main problems related to these parameters.

For the example, I only give you the key combinations needed for this exercise; you should know that for each key combination there is an equivalent submenu in the menu | Simulate |.

#########

If you build the circuit above you will find that each change from 0 to 1 of the input e disturbs the flip-flop D.

To observe the phenomenon proceed as follows: Bring the circuit to the state where e is 0. Then do Ctrl-E to disable automatic simulation. Push on the input e to switch it to 1. Nothing happens, it's normal. Then use the combination Ctr-I and observe. Do it as many times as necessary.

#########

You will notice blue circles on some ends of thread, these indicate that there is a change in the state of this thread at this step of the simulation. You can observe the brief passage through 1 of the output of the AND gate.

This method also makes it possible to observe asynchronous counter operation or propagation of the carry in an adder.

#########

Now that you are finished with tutorial, you can experiment with Logisim by building your own circuits. If you want to build circuits with more sophisticated features, then you should navigate through the rest of the help system to see what else you can do. Logisim is a powerful program, allowing you to build up and test huge circuits; this step-by-step learning process just scratches the surface.

Return to User guide