register.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <title>Logisim 1.0 8-Bit Register</title>
  5. </head>
  6. <body bgcolor="FFFFFF">
  7. <h1><img align="center" src="../../../../en/icons/register.gif" width="32" height="32">
  8. <em>Logisim 1.0 8-Bit Register</em></h1>
  9. <p><table>
  10. <tr><td><strong>Bibliothek:</strong></td>
  11. <td><a href="index.html">Legacy</a></td></tr>
  12. <tr><td><strong>Eingeführt:</strong></td>
  13. <td>2.0 Beta 12</td></tr>
  14. <tr><td valign="top"><strong>Aussehen:</strong></td>
  15. <td valign="top"><img src="../../../../en/img-libs/legacy-register.png" width="34" height="93"></td></tr>
  16. </table></p>
  17. <h2>Verhalten</h2>
  18. <p>This component exists only for backwards compatibility
  19. with Logisim 1.0<var>X</var>; for new circuits, the
  20. <a href="../mem/register.html">Memory library's register</a> is
  21. recommended instead.</p>
  22. <p>The register stores a single 8-bit value, which is displayed in
  23. hexadecimal within its rectangle, and is emitted via its outputs on its
  24. east edge. (Logisim 1.0<var>X</var> did not support multi-bit values,
  25. so the register had to have a pin for each individual bit.) At the
  26. instant when the clock input (indicated by a triangle on the west edge)
  27. rises from 0 to 1, the value stored in the register changes to the value
  28. specified through the eight other bits on the west edge.</p>
  29. <h2>Pins</h2>
  30. <dl>
  31. <dt>East edge, eight pins (outputs, bit width 1 each)
  32. <dd>Outputs the value currently stored by the register, with the
  33. lowest-order bit at the northmost pin.
  34. <dt>West edge, eight pins (inputs, bit width 1 each)
  35. <dd>At the instant that the clock value rises from 0 to 1,
  36. the register's value changes to the value of the inputs at
  37. that instant. The lowest-order bit is at the northmost pin.
  38. <dt>West edge, indicated with a triangle (input, bit width 1)
  39. <dd>Clock input: At the instant that this input value rises from 0 to
  40. 1 (the rising edge), the register's value will be updated to the values
  41. of the other inputs on the west edge.
  42. </dl>
  43. <h2>Attribute</h2>
  44. <p>Keines.</p>
  45. <h2>Verhalten des Schaltwerkzeugs</h2>
  46. <p>Clicking the register brings keyboard focus to the register
  47. (indicated by a red rectangle), and typing hexadecimal digits will
  48. change the value stored in the register.</p>
  49. <h2>Verhalten des Textwerkzeugs</h2>
  50. <p>Keines.</p>
  51. <p><a href="../index.html">Zurück zur <em>Bibliotheksreferenz</em></a></p>
  52. </body>
  53. </html>