System on a Chip (SoC)
Jump to navigation
Jump to search
A System on a Chip (SoC) is an integrated circuit that integrates all components of a computer or other system into a single chip.
- Context:
- It can (typically) include a processor, memory, input/output ports, and secondary storage - all on a single chip substrate.
- It can (typically) be used in modern mobile devices like smartphones and tablet computers.
- It can (typically) have advantages over traditional computers in terms of size, power consumption, and performance.
- It can (typically) have limitations such as less flexibility and upgradability compared to full-sized computers.
- ...
- Example(s):
- a PS5 SoC (in a PS5).
- an Apple SoC, such as an M1 chip.
- The Apple A14 Bionic used in the iPhone 12, which includes a CPU, GPU, Neural Engine, and more.
- The Snapdragon 888 used in many Android smartphones, which includes a CPU, GPU, AI Engine, and more.
- ...
- Counter-Example(s):
- A traditional Desktop Computer Motherboard with separate components for CPU, GPU, memory, etc.
- A Microcontroller, which may not include all the necessary components of a full computer system on one chip.
- A Single-Purpose ASIC (Application Specific Integrated Circuit) which is designed for a specific use rather than general computing.
- ...
- See: Integrated Circuit, CPU, GPU, Motherboard, ASIC, Central Processing Unit, Computer Memory, Input Output, Computer Data Storage Secondary Storage, Wafer (Electronics), Digital Signal (Electronics).
References
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/System_on_a_chip Retrieved:2023-6-5.
- A system on a chip or system-on-chip (SoC ; pl. SoCs ) is an integrated circuit that integrates most or all components of a computer or other electronic system. These components almost always include on-chip central processing unit (CPU), memory interfaces, input/output devices, input/output interfaces, and secondary storage interfaces, often alongside other components such as radio modems and a graphics processing unit (GPU) – all on a single substrate or microchip. SoCs may contain digital, and also analog, mixed-signal, and often radio frequency signal processing functions (otherwise it may be considered on a discrete application processor). Higher-performance SoCs are often paired with dedicated and physically separate memory and secondary storage (such as LPDDR and eUFS or eMMC, respectively) chips, that may be layered on top of the SoC in what's known as a package on package (PoP) configuration, or be placed close to the SoC. Additionally, SoCs may use separate wireless modems. SoCs are in contrast to the common traditional motherboard-based PC architecture, which separates components based on function and connects them through a central interfacing circuit board.[nb 1] Whereas a motherboard houses and connects detachable or replaceable components, SoCs integrate all of these components into a single integrated circuit. An SoC will typically integrate a CPU, graphics and memory interfaces,[nb 2] secondary storage and USB connectivity,[nb 3] I/O interfaces on a single chip, whereas a motherboard would connect these modules as discrete components or expansion cards. An SoC integrates a microcontroller, microprocessor or perhaps several processor cores with peripherals like a GPU, Wi-Fi and cellular network radio modems, and/or one or more coprocessors. Similar to how a microcontroller integrates a microprocessor with peripheral circuits and memory, an SoC can be seen as integrating a microcontroller with even more advanced peripherals. Compared to a multi-chip architecture, an SoC with equivalent functionality will have increased performance and reduced power consumption as well as a smaller semiconductor die area. This comes at the cost of reduced replaceability of components. By definition, SoC designs are fully or nearly fully integrated across different component modules. For these reasons, there has been a general trend towards tighter integration of components in the computer hardware industry, in part due to the influence of SoCs and lessons learned from the mobile and embedded computing markets. SoCs can be viewed as part of a larger trend towards embedded computing and hardware acceleration. SoCs are very common in the mobile computing (such as in smartphones and tablet computers) and edge computing markets. [1] They are also commonly used in embedded systems such as WiFi routers and the Internet of things.
- ↑ Pete Bennett, EE Times. “The why, where and what of low-power SoC design." December 2, 2004. Retrieved July 28, 2015.
Cite error: <ref>
tags exist for a group named "nb", but no corresponding <references group="nb"/>
tag was found