Puffer
Bibliothek: | Base |
Eingeführt: | 2.0 Beta 1 |
Aussehen: |
Verhalten
The buffer simply passes through to its right output whatever input it receives on the left side. The truth table for a one-bit buffer is the following.
x | out |
---|---|
0 | 0 |
1 | 1 |
If the input is unspecified (i.e., floating), then the output will also be unspecified - unless the "Gate Output When Undefined" option is "Error for undefined inputs," in which case the output is an error. If the input is an error value, then the output will also be.
Buffers are the most useless of the gate components provided in Logisim; its presence in the Gates library is just as much a matter of completeness (a component for each possible one-input truth table) as it is a matter of providing useful functionality. Still, it can be occasionally useful to ensure that values propagate in only one direction along a wire.
Pins (wenn das Bauelement nach Osten zeigt)
- West edge (input, bit width according to Data Bits attribute)
- The input into the component.
- East edge (output, bit width according to Data Bits attribute)
- The output, which always matches the input into the left side.
Attribute
When the component is selected or being added,
Alt-0 through Alt-9 alter its Data Bits
attribute
and the arrow keys alter its Facing
attribute.
- Ausrichtung
- Die Richtung des Bauelements (Lage des Ausgangs im Vergleich zum Eingang).
- Data Bits
- The bit width of the component's inputs and outputs.
- Label
- The text within the label associated with the gate.
- Label Font
- The font with which to render the label.
Verhalten des Schaltwerkzeugs
Keines.
Verhalten des Textwerkzeugs
Allows the label associated with the gate to be edited.