logisim is an educational tool for designing and simulating digital logic circuits. with its simple toolbar interface and simulation of circuits as you build them, it is simple enough to facilitate learning the most basic concepts related to logic circuits. with the capacity to build larger circuits from smaller subcircuits, and to draw bundles of wires with a single mouse drag, logisim can be used (and is used) to design and simulate entire cpus for educational purposes.
logisim is used by students at colleges and universities around the world in many types of classes, ranging from a brief unit on logic in generaleducation computer science surveys, to computer organization courses, to fullsemester courses on computer architecture.
features
it is free! (logisim is opensource (gpl).)it runs on any machine supporting java 5 or later; special versions are released for macos x and windows. the crossplatform nature is important for students who have a variety of home/dorm computer systems.the drawing interface is based on an intuitive toolbar. colorcoded wires aid in simulating and debugging a circuit.the wiring tool draws horizontal and vertical wires, automatically connecting to components and to other wires. it's very easy to draw circuits!completed circuits can be saved into a file, exported to a gif file, or printed on a printer.circuit layouts can be used as "subcircuits" of other circuits, allowing for hierarchical circuit design.included circuit components include inputs and outputs, gates, multiplexers, arithmetic circuits, flipflops, and ram memory.the included "combinational analysis" module allows for conversion between circuits, truth tables, and boolean expressions.