Creating circuits

A Logisim project is actually a library of circuits. In the simplest usage, Logisim has only one circuit (called main) by default, but it is easy to add more.

To add a new circuit, right-click (or control-click) the project within the explorer pane (the topmost entry), and choose Add Circuit....

Logisim will prompt you for a name for the circuit. Suppose that we decide that we would like to build a 1x2 multiplexer. You might type "1x2 MUX" in the box. (There aren't any significant restrictions on the circuit name.)

With the new circuit added into the project, you can switch to view the circuit by double-clicking it. Logisim draws a magnifying glass over the icon for the circuit you are currently viewing. After viewing and editing, we might end up with the following circuit.

Next: Using subcircuits.