1234567891011121314151617181920212223242526 |
- <html>
- <head>
- <title>Value propagation</title>
- </head>
- <body bgcolor="FFFFFF">
- <h1>Value propagation</h1>
- <p>Logisim's algorithm for simulating the propagation of values through
- circuits is not something that you normally need to worry about. Suffice
- it to say that the algorithm is sophisticated enough to account for gate
- delays, but not realistic enough to account for more difficult
- phenomena like varying voltages or race conditions.</p>
- <p>Do you still want to know more?
- <blockquote><a href="delays.html">Gate delays</a>
- <br><a href="oscillate.html">Oscillation errors</a>
- <br><a href="shortcome.html">Shortcomings</a>
- </blockquote></p>
- <p><strong>Next:</strong> <a href="delays.html">Gate delays</a>.</p>
- </body>
- </html>
|