diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index 3bf033518..917c9ce6e 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -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. diff --git a/src/main/resources/lang/lang_de.xml b/src/main/resources/lang/lang_de.xml index 1ed311f60..45ce99c96 100644 --- a/src/main/resources/lang/lang_de.xml +++ b/src/main/resources/lang/lang_de.xml @@ -236,6 +236,8 @@ 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. Die Eingangsbits {0} des Splitters. Das Eingangsbit {0} des Splitters. diff --git a/src/main/resources/lang/lang_en.xml b/src/main/resources/lang/lang_en.xml index 05e17d5a9..3acb1901e 100644 --- a/src/main/resources/lang/lang_en.xml +++ b/src/main/resources/lang/lang_en.xml @@ -239,6 +239,8 @@ 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. The input bits {0}. The input bit {0}.