HOME



picture info

Four-Phase Systems
Four-Phase Systems, Inc., 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 1982. 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 othe ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Lee Boysel
Lee Loren Boysel (December 31, 1938 – April 25, 2021) was an American electrical engineer and entrepreneur. While at Fairchild Semiconductor, he developed four-phase logic and built the first integrated circuit with over 100 logic gates, and designed the Fairchild 3800 / 3804 8-bit ALUs. Boysel designed the Four-Phase Systems AL1. He founded Four-Phase Systems to commercialize the technology, and sold the company to Motorola in 1981. He was a graduate of the University of Michigan. Litigation Texas Instruments Texas Instruments Incorporated (TI) is an American multinational semiconductor company headquartered in Dallas, Texas. It is one of the top 10 semiconductor companies worldwide based on sales volume. The company's focus is on developing analog ... claimed to have patented the microprocessor and, in response, Boysel assembled a system in which a single 8-bit AL1 was used as part of a courtroom demonstration computer system, together with ROM, RAM and an input ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Data Buffer
In computer science, a data buffer (or just buffer) is a region of memory used to store data temporarily while it is being moved from one place to another. Typically, the data is stored in a buffer as it is retrieved from an input device (such as a microphone) or just before it is sent to an output device (such as speakers); however, a buffer may be used when data is moved between processes within a computer, comparable to buffers in telecommunication. Buffers can be implemented in a fixed memory location in hardware or by using a virtual data buffer in software that points at a location in the physical memory. In all cases, the data stored in a data buffer is stored on a physical storage medium. The majority of buffers are implemented in software, which typically use RAM to store temporary data because of its much faster access time when compared with hard disk drives. Buffers are typically used when there is a difference between the rate at which data is received and the rate ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

1981 Establishments In California
Events January * January 1 ** Greece enters the European Economic Community, predecessor of the European Union. ** Palau becomes a self-governing territory. * January 6 – A funeral service is held in West Germany for Nazi Grand Admiral Karl Doenitz following his death on December 24. * January 10 – Salvadoran Civil War: The FMLN launches its first major offensive, gaining control of most of Morazán and Chalatenango departments. * January 15 – Pope John Paul II receives a delegation led by Polish Solidarity leader Lech Wałęsa at the Vatican. * January 20 – Iran releases the 52 Americans held for 444 days, minutes after Ronald Reagan is sworn in as the 40th President of the United States, ending the Iran hostage crisis. * January 21 – The first DeLorean automobile, a stainless steel sports car with gull-wing doors, rolls off the production line in Dunmurry, Northern Ireland. * January 24 – An earthquake of magnitude in Sichuan, China, kills 150 people. J ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

1969 Establishments In California
1969 ( MCMLXIX) was a common year starting on Wednesday of the Gregorian calendar, the 1969th year of the Common Era (CE) and ''Anno Domini'' (AD) designations, the 969th year of the 2nd millennium, the 69th year of the 20th century, and the 10th and last year of the 1960s decade. Events January * January 4 – The Government of Spain hands over Ifni to Morocco. * January 5 – Ariana Afghan Airlines Flight 701 crashes into a house on its approach to London's Gatwick Airport, killing 50 of the 62 people on board and two of the home's occupants. * January 14 – An explosion aboard the aircraft carrier USS ''Enterprise'' near Hawaii kills 28 and injures 314. * January 16 – First successful docking of two crewed spacecraft in orbit and the first transfer of crew from one space vehicle to another (by a space walk) between Soviet craft Soyuz 5 and Soyuz 4. * January 18 – Failure of Soyuz 5's service module to separate correctly causes a near-fatal re-entry (not public ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

University Of Michigan
The University of Michigan (U-M, U of M, or Michigan) is a public university, public research university in Ann Arbor, Michigan, United States. Founded in 1817, it is the oldest institution of higher education in the state. The University of Michigan is one of the earliest American research universities and is a founding member of the Association of American Universities. In the fall of 2023, the university employed 8,189 faculty members and enrolled 52,065 students in its programs. The university is Carnegie Classification of Institutions of Higher Education, classified among "R1: Doctoral Universities – Very high research activity". It consists of nineteen colleges and offers 250 degree programs at the undergraduate and graduate levels. The university is Higher education accreditation in the United States, accredited by the Higher Learning Commission. In 2021, it ranked third among American universities in List of countries by research and development spending, research expe ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Intel 4004
The Intel 4004 was part of the 4 chip MCS-4 micro computer set, released by the Intel, Intel Corporation in November 1971; the 4004 being part of the first commercially marketed microprocessor chipset, and the first in a long line of List of Intel processors, Intel central processing units (CPUs). Priced at , the chip marked both a technological and economic milestone in computing. The 4-bit computing, 4-bit 4004 CPU was the first significant commercial example of large-scale integration, showcasing the abilities of the Self-aligned gate, MOS silicon gate technology (SGT). Compared to the existing technology, SGT enabled twice the transistor density and five times the operating speed, making future single-chip CPUs feasible. The MCS-4 chip set design served as a model on how to use SGT for complex logic and memory circuits, accelerating the adoption of SGT by the world's semiconductor industry. The project originated in 1969 when Busicom, Busicom Corp. commissioned Intel to de ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Microcode
In processor design, microcode serves as an intermediary layer situated between the central processing unit (CPU) hardware and the programmer-visible instruction set architecture of a computer. It consists of a set of hardware-level instructions that implement the higher-level machine code instructions or control internal finite-state machine sequencing in many digital processing components. While microcode is utilized in Intel and AMD general-purpose CPUs in contemporary desktops and laptops, it functions only as a fallback path for scenarios that the faster hardwired control unit is unable to manage. Housed in special high-speed memory, microcode translates machine instructions, state machine data, or other input into sequences of detailed circuit-level operations. It separates the machine instructions from the underlying electronics, thereby enabling greater flexibility in designing and altering instructions. Moreover, it facilitates the construction of complex multi-step inst ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Latch (electronic)
In electronics, flip-flops and latches are circuits that have two stable states that can store state information – a bistable multivibrator. The circuit can be made to change state by signals applied to one or more control inputs and will output its state (often along with its logical complement too). It is the basic storage element in sequential logic. Flip-flops and latches are fundamental building blocks of digital electronics systems used in computers, communications, and many other types of systems. Flip-flops and latches are used as data storage elements to store a single ''bit'' (binary digit) of data; one of its two states represents a "one" and the other represents a "zero". Such data storage can be used for storage of ''state'', and such a circuit is described as sequential logic in electronics. When used in a finite-state machine, the output and next state depend not only on its current input, but also on its current state (and hence, previous inputs). It can also b ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Texas Instruments
Texas Instruments Incorporated (TI) is an American multinational semiconductor company headquartered in Dallas, Texas. It is one of the top 10 semiconductor companies worldwide based on sales volume. The company's focus is on developing analog chips and embedded processors, which account for more than 80% of its revenue. TI also produces digital light processing (DLP) technology and education technology products including calculators, microcontrollers, and multi-core processors. Texas Instruments emerged in 1951 after a reorganization of Geophysical Service Incorporated, a company founded in 1930 that manufactured equipment for use in the seismic industry, as well as defense electronics. TI produced the world's first commercial silicon transistor in 1954, and the same year designed and manufactured the first transistor radio. Jack Kilby invented the integrated circuit in 1958 while working at TI's Central Research Labs. TI also invented the hand-held calculator in 1967, and intr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Microprocessor
A microprocessor is a computer processor (computing), processor for which the data processing logic and control is included on a single integrated circuit (IC), or a small number of ICs. The microprocessor contains the arithmetic, logic, and control circuitry required to perform the functions of a computer's central processing unit (CPU). The IC is capable of interpreting and executing program instructions and performing arithmetic operations. The microprocessor is a multipurpose, Clock signal, clock-driven, Processor register, register-based, digital integrated circuit that accepts binary code, binary data as input, processes it according to instruction (computing), instructions stored in its computer memory, memory, and provides results (also in binary form) as output. Microprocessors contain both combinational logic and sequential logic, sequential digital logic, and operate on numbers and symbols represented in the binary number system. The integration of a whole CPU on ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Thousandth Of An Inch
A thousandth of an inch is a derived unit of length in a system of units using inches. Equal to of an inch, a thousandth is commonly called a thou (used for both singular and plural) or, particularly in North America, a mil (plural mils). The words are shortened forms of the English and Latin words for "thousand" ( in Latin). In international engineering contexts, confusion can arise because ''mil'' is a formal unit name in North America but ''mil'' or ''mill'' is also a common colloquial clipped form of millimetre. The units are considerably different: a millimetre is approximately 39 mils. Contexts of use The thou, or mil, is most commonly used in engineering and manufacturing in non-metric countries. For example, in specifying: * The thickness of items such as paper, film, foil, wires, paint coatings, latex gloves, plastic sheeting, and fibers ** For example, most plastic ID cards are about in thickness. ** Card stock thickness in the United States, where mils are also ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


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 to smooth out power delivery and improvies switching time for MOS transistors. 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 direc ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]