HOME
*





Four-phase Logic
Four-phase logic is a type of, and design methodology for dynamic logic. It enabled non-specialist engineers to design quite complex ICs, using either PMOS or NMOS processes. It uses a kind of 4-phase clock signal. History R. K. "Bob" Booher, an engineer at Autonetics, invented four-phase logic, and communicated the idea to Frank Wanlass at Fairchild Semiconductor; Wanlass promoted this logic form at General Instrument Microelectronics Division. Booher made the first working four-phase chip, the Autonetics DDA integrator, during February 1966; he later designed several chips for and built the Autonetics D200 airborne computer using this technique. In April 1967, Joel Karp and Elizabeth de Atley published an article "Use four-phase MOS IC logic" in ''Electronic Design'' magazine. In the same year, Cohen, Rubenstein, and Wanlass published "MTOS four phase clock systems." Wanlass had been director of research and engineering at General Instrument Microelectronics Division in ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Dynamic Logic (digital Electronics)
In integrated circuit design, dynamic logic (or sometimes clocked logic) is a design methodology in combinatory logic circuits, particularly those implemented in MOS technology. It is distinguished from the so-called static logic by exploiting temporary storage of information in stray and gate capacitances. It was popular in the 1970s and has seen a recent resurgence in the design of high speed digital electronics, particularly computer CPUs. Dynamic logic circuits are usually faster than static counterparts, and require less surface area, but are more difficult to design. Dynamic logic has a higher toggle rate than static logic but the capacitive loads being toggled are smaller so the overall power consumption of dynamic logic may be higher or lower depending on various tradeoffs. When referring to a particular logic family, the dynamic adjective usually suffices to distinguish the design methodology, e.g. ''dynamic CMOS'' or ''dynamic SOI'' design. Dynamic logic is disting ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Electronics (magazine)
''Electronics'' is a discontinued American trade journal that covers the radio industry and subsequent industries from 1930 to 1995. Its first issue is dated April 1930. The periodical was published with the title ''Electronics'' until 1984, when it was changed temporarily to ''ElectronicsWeek'', but was then reverted to the original title ''Electronics'' in 1985. The ISSN for the corresponding periods are: for the 1930–1984 issues, for the 1984–1985 issues with title ''ElectronicsWeek'', and for the 1985–1995 issues. It was published by McGraw-Hill until 1988, when it was sold to the Dutch company VNU. VNU sold its American electronics magazines to Penton Publishing the next year. Generally a bimonthly magazine, its frequency and page count varied with the state of the industry, until its end in 1995. More than its principal rival '' Electronic News'', it balanced its appeal to managerial and technical interests (at the time of its 1992 makeover, it described itself ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

CMOS
Complementary metal–oxide–semiconductor (CMOS, pronounced "sea-moss", ) is a type of metal–oxide–semiconductor field-effect transistor (MOSFET) fabrication process that uses complementary and symmetrical pairs of p-type and n-type MOSFETs for logic functions. CMOS technology is used for constructing integrated circuit (IC) chips, including microprocessors, microcontrollers, memory chips (including CMOS BIOS), and other digital logic circuits. CMOS technology is also used for analog circuits such as image sensors (CMOS sensors), data converters, RF circuits ( RF CMOS), and highly integrated transceivers for many types of communication. The CMOS process was originally conceived by Frank Wanlass at Fairchild Semiconductor and presented by Wanlass and Chih-Tang Sah at the International Solid-State Circuits Conference in 1963. Wanlass later filed US patent 3,356,858 for CMOS circuitry and it was granted in 1967. commercialized the technology with the trademark ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Intel 4004
The Intel 4004 is a 4-bit central processing unit (CPU) released by Intel Corporation in 1971. Sold for US$60, it was the first commercially produced microprocessor, and the first in a long line of Intel CPUs. The 4004 was the first significant example of large scale integration, showcasing the superiority of the MOS silicon gate technology (SGT). Compared to the incumbent technology, the SGT integrated on the same chip area twice the number of transistors with five times the operating speed. This step-function increase in performance made possible a single-chip CPU, replacing the existing multi-chip CPUs. The innovative 4004 chip design served as a model on how to use the SGT for complex logic and memory circuits, thus accelerating the adoption of the SGT by the world’s semiconductor industry. The developer of the original SGT at Fairchild was Federico Faggin who designed the first commercial integrated circuit (IC) that used the new technology, proving its superiority for a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Rockwell International
Rockwell International was a major American manufacturing conglomerate involved in aircraft, the space industry, defense and commercial electronics, components in the automotive industry, printing presses, avionics and industrial products. Rockwell International's predecessor was Rockwell Manufacturing Company, founded in 1919 by Willard Rockwell. In 1968, Rockwell Manufacturing Company included 7 operating divisions manufacturing industrial valves, German 2-cycle motors, power tools, gas and water meters. In 1973, it was combined with the aerospace products and renamed Rockwell International. At its peak, Rockwell International was No. 27 on the Fortune 500 list, with assets of over $8 billion, sales of $27 billion and 115,000 employees. History Rockwell Manufacturing Company Boston-born Willard Rockwell (1888–1978) made his fortune with the invention and successful launch of a new bearing system for truck axles in 1919. He merged his Oshkosh, Wisconsin-b ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Sharp QT-8D
The Sharp Corporation, Sharp QT-8D Micro Compet, a small electronic desktop calculator, was the first mass-produced calculator to have its logic circuitry entirely implemented with LSI (''large-scale integration'') integrated circuits (ICs) based on MOS (''MOSFET, metal-oxide-semiconductor'') technology. When it was introduced in late 1969, it was one of the smallest electronic calculators ever produced commercially. Previous electronic calculators had been about the size of a typewriter and had logic circuits built from numerous discrete transistors and diodes or small- to medium-scale ICs. The QT-8D's logic circuits were packed into just four LSI ICs. The QT-8D was released in Japan at a price of 99,800 Japanese yen, a new low for electronic calculators. The retail price in the United States was $395 in 1970, equivalent to about $2,790 in 2021. The QT-8D only performs the four basic arithmetic operations of addition, subtraction, multiplication, and division. Like many calculato ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Combinational Logic
In automata theory, combinational logic (also referred to as time-independent logic or combinatorial logic) is a type of digital logic which is implemented by Boolean circuits, where the output is a pure function of the present input only. This is in contrast to sequential logic, in which the output depends not only on the present input but also on the history of the input. In other words, sequential logic has ''memory'' while combinational logic does not. Combinational logic is used in computer circuits to perform Boolean algebra on input signals and on stored data. Practical computer circuits normally contain a mixture of combinational and sequential logic. For example, the part of an arithmetic logic unit, or ALU, that does mathematical calculations is constructed using combinational logic. Other circuits used in computers, such as half adders, full adders, half subtractors, full subtractors, multiplexers, demultiplexers, encoders and decoders are also made by using comb ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

2gate
A gate or gateway is a point of entry to or from a space enclosed by walls. The word derived from old Norse "gat" meaning road or path; But other terms include ''yett and port''. The concept originally referred to the gap or hole in the wall or fence, rather than a barrier which closed it. Gates may prevent or control the entry or exit of individuals, or they may be merely decorative. The moving part or parts of a gateway may be considered "doors", as they are fixed at one side whilst opening and closing like one. A gate may have a latch that can be raised and lowered to both open a gate or prevent it from swinging. Locks are also used on gates to increase the security. Larger gates can be used for a whole building, such as a castle or fortified town. Actual doors can also be considered gates when they are used to block entry as prevalent within a gatehouse. Today, many gate doors are opened by an automated gate operator. Purpose-specific types of gate * Baby gate a safety ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Metal Gate
A metal gate, in the context of a lateral metal–oxide–semiconductor (MOS) stack, is the gate electrode separated by an oxide from the transistor's channel – the gate material is made from a metal. In most MOS transistors since about the mid 1970s, the "M" for metal has been replaced by a non-metal gate material. Aluminum gate The first MOSFET (metal–oxide–semiconductor field-effect transistor) was made by Mohamed Atalla and Dawon Kahng at Bell Labs in 1959, and demonstrated in 1960. They used silicon as channel material and a non-self-aligned aluminum gate. Aluminum gate metal (typically deposited in an evaporation vacuum chamber onto the wafer surface) was common through the early 1970s. Polysilicon By the late 1970s, the industry had moved away from aluminum as the gate material in the metal–oxide–semiconductor stack due to fabrication complications and performance issues. A material called polysilicon (polycrystalline silicon, highly doped with donors or accep ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Four-Phase Systems
Four-Phase Systems was a computer company, founded by Lee Boysel and others, which built one of the earliest computers using semiconductor main memory and MOS LSI logic. The company was incorporated in February 1969 and had moderate commercial success. It was acquired by Motorola in 1981. History The idea behind Four-Phase Systems began when Boysel was designing MOS components at Fairchild Semiconductor in 1967. Boysel wrote a manifesto explaining how a computer could be built from a small number of MOS chips. Fairchild made Boysel head of a MOS design group, which he used to design parts satisfying the requirements of his putative computer. After doing this, Boysel left to start Four-Phase in October 1968, initially with two other engineers from his Fairchild group as well as others. Boysel was not sued by Fairchild, perhaps because of chaos caused by a change in Fairchild management at that time. When the company was incorporated in February 1969, he was joined by other ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]