From abc4f2e467cdba163792005c9198424ac41cfae2 Mon Sep 17 00:00:00 2001 From: hneemann Date: Fri, 17 Nov 2017 14:54:53 +0100 Subject: [PATCH] better naming for the RAM components --- src/main/resources/lang/lang_de.xml | 6 +++--- src/main/resources/lang/lang_en.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/lang/lang_de.xml b/src/main/resources/lang/lang_de.xml index 94c36c7e3..394c30a90 100644 --- a/src/main/resources/lang/lang_de.xml +++ b/src/main/resources/lang/lang_de.xml @@ -382,7 +382,7 @@ Dieser Eingang bestimmt die Speicheradresse des Datenwortes welches ausgegeben werden soll. Hier wird das Datenwort ausgegeben, wenn am "Select"-Eingang eine 1 anliegt. Ist dieser Pin high (1) ist der Ausgang aktiviert. Ist er low (0) ist der Ausgang hochohmig. - RAMDualPort + RAM, getrennte Ports RAM Ein RAM Modul mit getrennten Daten-Anschlüssen für Lesen und Schreiben. Es gibt einen Eingang für das Beschreiben und einen Ausgang für das Auslesen der gespeicherten Daten. @@ -392,7 +392,7 @@ Ausgabe der gespeicherten Daten. Ist diese Leitung high, wird der Ausgang aktiviert, und die Daten liegen dort an. Ist diese Leitung high wird das Datenwort gespeichert, wenn der Takt ansteigt. - RAMSinglePort + RAM, bidirektionaler Port RAM Ein RAM Module mit einem bidirektionalem Anschluss für das Lesen und Schreiben von Daten. Die Adresse, an der gelesen und geschrieben wird. @@ -400,7 +400,7 @@ Der bidirektionale Datenanschluss. Ist dieser Eingang 1 wird das Datenwort ausgegeben. Ist dieser Eingang 1 wird mit steigendem Takt das Datenwort gespeichert. - RAMSinglePortSel + RAM, Chip Select RAM Ein RAM-Baustein mit einem bidirektionalem Anschluss für das Lesen und Schreiben von Daten. Es gibt einen CS-Eingang. Ist dieser Eingang low, ist der Baustein deaktiviert. diff --git a/src/main/resources/lang/lang_en.xml b/src/main/resources/lang/lang_en.xml index df4ef3f46..3e365749e 100644 --- a/src/main/resources/lang/lang_en.xml +++ b/src/main/resources/lang/lang_en.xml @@ -388,7 +388,7 @@ This pin defines the address of data word to be output. The selected data word if the sel input is high. If the input is high, the output is activated. If it is low, the data output is in high Z state. - RAMDualPort + RAM, separated Ports RAM A RAM module with separate inputs for storing and output for reading the stored data. The address to read from or write to. @@ -397,7 +397,7 @@ The data output pin If this input is high the output is activated and the data is visible at the output. If this input is high and when the clock becomes high, the the data is stored. - RAMSinglePort + RAM, bidirectional Port RAM A RAM module with a bidirectional pin for reading and writing the data. The address to read and write. @@ -405,7 +405,7 @@ The bidirectional data connection. If this input is high the output is activated and the data is visible at the output. If this input is high when the clock becomes high, the the data is stored. - RAMSinglePortSel + RAM, Chip Select RAM A RAM module with a bidirectional connection for reading and writing the data. If the CS input is low, the component is disabled.