mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 08:55:05 -04:00
typo
This commit is contained in:
parent
9204ff159c
commit
4af6b1e078
@ -2042,8 +2042,8 @@ Therefore, the signal 'D_out' is also available to check the value in this case.
|
|||||||
<string name="msg_graphHelp"><![CDATA[
|
<string name="msg_graphHelp"><![CDATA[
|
||||||
<html><body>
|
<html><body>
|
||||||
<h3>What can be seen in the graph?</h3>
|
<h3>What can be seen in the graph?</h3>
|
||||||
Unlike a real logic analyzer, the X-axis of the measurement graph does not show time.
|
Unlike a real logic analyzer, the X-axis of the measurement graph does not show the time.
|
||||||
A counter is displayed which counts the changes of state in the circuit.
|
Instead a counter is displayed which counts the changes of state in the circuit.
|
||||||
Whenever there is a change in the circuit, the counter is incremented and the new state is displayed.<br/>
|
Whenever there is a change in the circuit, the counter is incremented and the new state is displayed.<br/>
|
||||||
You can also think of it as a classic logic analyzer, which does not save any data for optimization
|
You can also think of it as a classic logic analyzer, which does not save any data for optimization
|
||||||
if nothing has changed in the circuit.
|
if nothing has changed in the circuit.
|
||||||
@ -2053,8 +2053,8 @@ Therefore, the signal 'D_out' is also available to check the value in this case.
|
|||||||
concept of time. A change is made to the circuit, and the change in the circuit state is calculated, until
|
concept of time. A change is made to the circuit, and the change in the circuit state is calculated, until
|
||||||
the circuit has stabilized again. Then the next change is made, the effect of which is also is calculated
|
the circuit has stabilized again. Then the next change is made, the effect of which is also is calculated
|
||||||
and so on. These changes are counted and the counter value is displayed on the X-axis of the graph.<br/>
|
and so on. These changes are counted and the counter value is displayed on the X-axis of the graph.<br/>
|
||||||
Among other things, this means that a circuit cannot be overclocked, since the effects of the falling edge
|
Among other things, this also means that a circuit cannot be overclocked, since the effects of the falling
|
||||||
of the clock are not calculated until the circuit has stabilized after the previous rising edge.
|
edge of the clock are not calculated until the circuit has stabilized after the previous rising edge.
|
||||||
</body></html>
|
</body></html>
|
||||||
]]></string>
|
]]></string>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user