index.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <html>
  2. <head>
  3. <title>The Guide to Being a Logisim User</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1><em>The Guide to Being a Logisim User</em></h1>
  7. <center><img src="../../../en/img-guide/screen-shot.png" width="522" height="343"></center>
  8. <p>Logisim is an educational tool for designing and simulating digital
  9. logic circuits. With its simple toolbar interface and simulation of
  10. circuits as they are built, it is simple enough to facilitate learning
  11. the most basic concepts related to logic circuits. With the capacity
  12. to build larger circuits from smaller subcircuits, and to draw bundles
  13. of wires with a single mouse drag, Logisim can be used (and is used)
  14. to design and simulate entire CPUs for educational purposes.</p>
  15. <p>Students at colleges and universities around the world use
  16. Logisim for a variety of purposes, including:</p>
  17. <ul>
  18. <li>A module in general-education computer science surveys</li>
  19. <li>A unit in sophomore-level computer organization courses</li>
  20. <li>Over a full semester in upper-division computer architecture courses</li>
  21. </ul>
  22. <p><em>The Guide to Being a Logisim User</em>, which you are reading
  23. now, is the official reference for Logisim's features. Its first part
  24. is a sequence of sections introducing the major parts of Logisim. These
  25. sections are written so that they can be read "cover to cover"
  26. to learn about all of the most important features of Logisim.</p>
  27. <blockquote>
  28. <a href="tutorial/index.html">Beginner's tutorial</a>
  29. <br><a href="attrlib/index.html">Libraries and attributes</a>
  30. <br><a href="subcirc/index.html">Subcircuits</a>
  31. <br><a href="bundles/index.html">Wire bundles</a>
  32. <br><a href="analyze/index.html">Combinational analysis</a>
  33. </blockquote>
  34. <p>The remaining sections are a motley bunch of reference
  35. materials and explanations of some of the lesser corners
  36. of Logisim.</p>
  37. <blockquote>
  38. <a href="menu/index.html">Menu reference</a>
  39. <br><a href="mem/index.html">Memory components</a>
  40. <br><a href="log/index.html">Logging</a>
  41. <br><a href="verify/index.html">Command-line verification</a>
  42. <br><a href="prefs/index.html">Application preferences</a>
  43. <br><a href="opts/index.html">Project options</a>
  44. <br><a href="prop/index.html">Value propagation</a>
  45. <br><a href="jar/index.html">JAR libraries</a>
  46. <br><a href="about/index.html">About the program</a>
  47. </blockquote>
  48. </body>
  49. </html>