This commit is contained in:
hneemann 2019-12-15 22:02:12 +01:00
parent 98694a92cc
commit 1955504445
2 changed files with 6 additions and 5 deletions

View File

@ -355,8 +355,8 @@
<string name="elem_PinControl">Pinsteuerung</string> <string name="elem_PinControl">Pinsteuerung</string>
<string name="elem_PinControl_tt">Steuerlogik für einen bidirektionalen Pin. <string name="elem_PinControl_tt">Steuerlogik für einen bidirektionalen Pin.
Nur im Rahmen der VHDL- oder Verilog-Generierung erforderlich! Diese ist nur im Rahmen der VHDL- oder Verilog-Generierung erforderlich, um einen bidirektionalen HDL-Port zu
Diese Komponente ist notwendig, um einen bidirektionalen HDL-Port zu erstellen! erstellen!
Wenn Sie keinen bidirektionalen IO-Port auf einem FPGA verwenden wollen, verwenden Sie diese Komponente nicht! Wenn Sie keinen bidirektionalen IO-Port auf einem FPGA verwenden wollen, verwenden Sie diese Komponente nicht!
Die Pinsteuerung kann nicht in einer eingebetteten Schaltung verwendet werden! Sie ist nur auf der obersten Die Pinsteuerung kann nicht in einer eingebetteten Schaltung verwendet werden! Sie ist nur auf der obersten
Schaltungsebene erlaubt! Schaltungsebene erlaubt!

View File

@ -364,9 +364,10 @@
</string> </string>
<string name="elem_PinControl">Pin Control</string> <string name="elem_PinControl">Pin Control</string>
<string name="elem_PinControl_tt">Control logic for a bi-directional pin. Only needed in the context of VHDL or <string name="elem_PinControl_tt">Control logic for a bi-directional pin.
Verilog generation! This component is necessary to create a bi-directional HDL port! If you don't want This component is necessary only in the context of VHDL or Verilog generation, in order to create a
to use a di-directional IO-port on an FPGA, don't use this component! bi-directional HDL port!
If you don't want to use a bi-directional IO-port on an FPGA, don't use this component!
The PinControl component cannot be used in an embedded circuit! It is only allowed at the top level circuit! The PinControl component cannot be used in an embedded circuit! It is only allowed at the top level circuit!
</string> </string>
<string name="elem_PinControl_pin_wr">The data to be output.</string> <string name="elem_PinControl_pin_wr">The data to be output.</string>