gen.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <html>
  2. <head>
  3. <title>Generating a circuit</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Generating a circuit</h1>
  7. <p>The Build Circuit button will construct a circuit whose gates
  8. correspond to the currently chosen expressions for each output. The
  9. circuit's inputs and outputs will be displayed in top-down order
  10. corresponding to how they appear under the Inputs and Outputs
  11. tabs. Generally speaking, the constructed circuit will be attractive;
  12. and, indeed, one application of Logisim's Combinational Analysis
  13. module is to beautify poorly drawn circuits. Still, as with any
  14. automatic formatting, it will not express the structural details that
  15. a human-drawn circuit would.</p>
  16. <center><img src="../../../../en/img-guide/analyze-circuit.png" width="315" height="398"></center>
  17. <p>When you click the Build Circuit button, a dialog box will appear
  18. prompting you to choose which project where you want the circuit and
  19. the name you wish to give it.</p>
  20. <center><img src="../../../../en/img-guide/analyze-build.png" width="321" height="168"></center>
  21. <p>If you type the name of an existing
  22. circuit, then that circuit will be replaced (after Logisim prompts
  23. you to confirm that you really want to do this).</p>
  24. <p>The Build Circuit dialog includes two options. The Use Two-Input
  25. Gates Only option specifies that you want all gates constructed to have
  26. two inputs. (NOT gates, of course, constitute an exception to this
  27. rule.) The Use NAND Gates Only option specifies that you would like
  28. it to translate the circuit into one using only NAND gates. You can
  29. select both options if you want to use only two-input NAND gates.</p>
  30. <p>Logisim cannot construct a NAND-only circuit for an expression
  31. containing any XOR operators. This option will therefore be disabled
  32. if any outputs' expressions contain XORs.</p>
  33. <p><strong>Next:</strong> <em><a href="../index.html">User's Guide</a></em>.</p>
  34. </body>
  35. </html>