Why Don't Wired Logic Gates Produce Physical Second-Level Gates?

  • Thread starter Thread starter themagiciant95
  • Start date Start date
  • Tags Tags
    Connection Logic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
themagiciant95
Messages
56
Reaction score
5
Hi, why a wired-logic gate does not produce a physical second-level gate ? Is it due to the velocity of the components that create the "wired-connection" ?
Thanks
 
Engineering news on Phys.org
themagiciant95 said:
Is it due to the velocity of the components that create the "wired-connection" ?
Partly, but mainly to reduce cost.
When transistors were expensive, several collectors were wired together. If anyone collector sank current the wire was pulled to a low voltage, making the AND function. The next transistor inverted the signal which made the NAND function.
https://en.wikipedia.org/wiki/Wired_logic_connection

That created the interesting situation where gates needed only one input, but had many identical outputs.
https://en.wikipedia.org/wiki/Integrated_injection_logic
 
The wired-and function are also used in some communication schemes where the outputs are far apart. In the original Ethernet the signal was put onto the wire using a wired-or connection. The signal receiver continuously monitored the signal on the wire and if the signal on the wire was different from the expected value, the conclusion was that more than one transmitter tried to send at the same time - a collision.

A similar mechanism is used in CAN, but not for collision detection but collision avoidance.