TAMS / Java / Hades / applets: contents | previous | next | ||||
Hades Applets contents visual index introduction std_logic_1164 std_logic va... std_logic lo... switches basic gates hex-switch clock generator two-phase clock resolution f... wired-AND demo detectors an... gatelevel circuits delay models flipflops adders and arithm... counters LFSR and selftest memories programmable logic state-machine editor misc. demos I/O and displays DCF-77 clock relays (switch-le... CMOS circuits (sw... RTLIB logic RTLIB registers Prima processor D*CORE MicroJava Pic16 cosimulation Mips R3000 cosimu... Intel MCS4 (i4004) image processing ... [Sch04] Codeumsetzer [Sch04] Addierer [Sch04] Flipflops [Sch04] Schaltwerke [Sch04] RALU, Min... [Fer05] State-Mac... [Fer05] PIC16F84/... [Fer05] Miscellan... [Fer05] Femtojava FreeTTS | Wired-AND bus demonstration
Circuit Description
This applet demonstrates a Wired-AND bus,
another common circuit that allows connecting multiple gates to one bus signal.
The idea is to use so-called open-collector transistors as the sole connection to the bus. While the output transistor is conducting, the voltage on the bus is actively driven to a low value. As soon as the output transistor is switched off, the gate is effictively disconnected from the bus and the bus is not driven at all. Additionally, a pullup transistor or a similar device (like SCSI active terminators) is used to generate a logically well-defined but weak high voltage on the bus. Note that it does not hurt if many transistors are active at the same time, because they can only drive compatible (low) values. This structure is also called a WIRED-AND, because the logical function is implicit in the wiring and the value on the bus in only 1 if all device outputs are 1. Naturally, the complementary structure, called wired-OR, is possible too. Such buses are often used in practice, because the open-collector outputs are very cheap and there is no risk of short-circuits. For example, the SCSI interface bus found on many workstation and server computers is based on open-collector circuits in all devices. The two devices at both ends of the bus are configured to 'terminate' the bus, which means to activate internal circuitry that generates the weak high bus state.
| |||
Print version | Run this demo in the Hades editor (via Java WebStart) | ||||
Usage | FAQ | About | License | Feedback | Tutorial (PDF) | Referenzkarte (PDF, in German) | ||||
Impressum | http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/00-intro/03-stdlogic/wired-and.html |