clarified the description of the splitter

This commit is contained in:
hneemann 2018-03-05 09:09:23 +01:00
parent c9113b3c3d
commit 09202abcf9
3 changed files with 6 additions and 3 deletions

View File

@ -9,9 +9,8 @@ HEAD, planed as v0.18
- Added new text formatting engine which supports overline, super- and subscript.
Try "~Q_{n+1}^1" as an output label.
- It's possible to test circuits with a high-z input which can act as an output.
- A embedded circuits which is used in the library and which names ends with '-inc.dig'
is not shown in the components menu. They are usable but hidden in the menu and in
the tree view.
- An embedded circuit that is used in the library and whose name ends with '-inc.dig'
is not shown in either the component menu or the tree view.
v0.17, released on 19. Feb 2018
- Added 64 bit support for Add and Sub components.

View File

@ -236,6 +236,8 @@
<string name="elem_Splitter_tt">Führt mehrere Leitungen zu einem gemeinsamen Bus zusammen, bzw. splittet diesen wieder auf.
Mit Bussen wird es möglich z.B. 16 Bit Verbindungen zu erzeugen, ohne 16 einzelne Leitungen verlegen zu müssen.
Alle 16 Verbindungen können zu einer Leitung zusammengefasst werden.
Zu beachten ist, dass wenn ein Splitter mehrere Eingänge hat, diese nicht hochohmig sein dürfen.
Um das zu verhindern, verwendet man am einfachsten einen Pull-Up oder Pull-Down Widerstand an jeder Eingangsleitung.
</string>
<string name="elem_Splitter_pin_in">Die Eingangsbits {0} des Splitters.</string>
<string name="elem_Splitter_pin_in_one">Das Eingangsbit {0} des Splitters.</string>

View File

@ -239,6 +239,8 @@
<string name="elem_Splitter_tt">Splits or creates a wire bundle or a data bus with more than one bit.
With a bus it is e.g. possible to generate 16-bit connections without having to route 16 individual wires.
All 16 connections can be merged into one wire.
It should be noted that if a splitter has several inputs, these must not be high-impedance.
The easiest way to prevent this is to use a pull-up or pull-down resistor on each input line.
</string>
<string name="elem_Splitter_pin_in">The input bits {0}.</string>
<string name="elem_Splitter_pin_in_one">The input bit {0}.</string>