mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-30 16:30:04 -04:00
made fet description more precise
This commit is contained in:
parent
8a04ea0e83
commit
3b8b5e463a
@ -13,6 +13,7 @@ planned as v0.13
|
||||
- A warning message shows up if a circuit with unnamed inputs/outputs is analysed.
|
||||
- A warning message shows up if a circuit with missing pin numbers is exported to a
|
||||
hardware-related file.
|
||||
- Unidirectional FETs are added to overcome certain CMOS issues.
|
||||
- Comments are allowed in hex files.
|
||||
|
||||
v0.12.1, released on 05. Jun 2016
|
||||
|
@ -673,8 +673,9 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
|
||||
<string name="key_withEnable_tt">Wenn gesetzt, ist ein Enable-Eingang (T) vorhanden.</string>
|
||||
<string name="key_unidirectional">Unidirektional</string>
|
||||
<string name="key_unidirectional_tt">Unidirektionale Transitoren wirken nur von Source zu Drain. Sie können deutlich
|
||||
schneller simuliert werden, als bidirektionale Transistoren. Es gibt jedoch keine Rückwirkung von Drain zu Source was
|
||||
unter Umständen zu Problemen führt.</string>
|
||||
schneller simuliert werden, als bidirektionale Transistoren. Da es keine Rückwirkung von Drain zu Source gibt, können
|
||||
Transistoren in diesem Modus auch keine Kurzschlüsse über die Drain-Source Strecke verursachen. Daher kann dieser
|
||||
Modus in manchen CMOS-Schaltungen erforderlich sein.</string>
|
||||
|
||||
<string name="mod_insertWire">Leitung eingefügt.</string>
|
||||
<string name="mod_insertCopied">Aus Zwischenablage eingefügt.</string>
|
||||
|
@ -662,8 +662,9 @@ The names of the variables may not be unique.</string>
|
||||
<string name="key_withEnable_tt">If set an enable input (T) is available.</string>
|
||||
<string name="key_unidirectional">Unidirectional</string>
|
||||
<string name="key_unidirectional_tt">Unidirectional transistors propagate a signal only from source to drain. They are
|
||||
much faster to simulate than bidirectional transistors. But there is no feedback from drain to source which may
|
||||
cause issues.</string>
|
||||
much faster to simulate than bidirectional transistors. Since there is no feedback from drain to source, in this
|
||||
mode, the transistor can not short the connected wires when it is conducting. Thus, this mode is necessary to
|
||||
simulate certain CMOS circuits.</string>
|
||||
|
||||
<string name="mod_insertWire">Inserted wire.</string>
|
||||
<string name="mod_insertCopied">Insert from clipboard.</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user