README 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Logisim is an educational tool for designing and simulating digital
  2. logic circuits.
  3. Features:
  4. * It is free! (Logisim is open-source (GPL).)
  5. * It runs on any machine supporting Java 1.4 or later; special
  6. versions are released for MacOS X and Windows. The cross-platform
  7. nature is important for students who have a variety of home/dorm
  8. computer systems.
  9. * The drawing interface is based on an intuitive toolbar. Color-coded
  10. wires aid in simulating and debugging a circuit.
  11. * The wiring tool draws horizontal and vertical wires, automatically
  12. connecting to components and to other wires. It's very easy to draw
  13. circuits!
  14. * Completed circuits can be saved into a file, exported to a GIF file,
  15. or printed on a printer.
  16. * Circuit layouts can be used as "subcircuits" of other circuits,
  17. allowing for hierarchical circuit design.
  18. * Included circuit components include inputs and outputs, gates,
  19. multiplexers, arithmetic circuits, flip-flops, and RAM memory.
  20. * The included "combinational analysis" module allows for conversion
  21. between circuits, truth tables, and Boolean expressions.
  22. NOTE: The development of this project is suspended. See:
  23. http://www.cburch.com/logisim/retire-note.html