index.html 737 B

1234567891011121314151617181920212223242526
  1. <html>
  2. <head>
  3. <title>Value propagation</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Value propagation</h1>
  7. <p>Logisim's algorithm for simulating the propagation of values through
  8. circuits is not something that you normally need to worry about. Suffice
  9. it to say that the algorithm is sophisticated enough to account for gate
  10. delays, but not realistic enough to account for more difficult
  11. phenomena like varying voltages or race conditions.</p>
  12. <p>Do you still want to know more?
  13. <blockquote><a href="delays.html">Gate delays</a>
  14. <br><a href="oscillate.html">Oscillation errors</a>
  15. <br><a href="shortcome.html">Shortcomings</a>
  16. </blockquote></p>
  17. <p><strong>Next:</strong> <a href="delays.html">Gate delays</a>.</p>
  18. </body>
  19. </html>