The ongoing debate about shifting the Exynos AP development from Samsung’s DS (Device Solutions) division to the MX (Mobile Experience) division overlooks several critical aspects that define the strategic importance and intrinsic value of Samsung’s System LSI business. Below, I elaborate on three core reasons why maintaining the Exynos development within the System LSI division is strategically essential.
Similar Posts
Samsung’s Exynos 2500 Production and Yield Challenges
1. Introduction Samsung Electronics has begun mass production of its next-generation application processor (AP), the Exynos 2500, using its 3nm process technology. Despite this milestone, the production process faces significant challenges, particularly in yield rates, which are currently reported to be below 50%, with some estimates as low as 30%. This report analyzes the production…
[ESL Modelling] SystemC
SystemC is a free library for hardware modeling using C++. Initially promoted by the Open SystemC Initiative (OSCI), it is now maintained by Accellera and designated as the IEEE-1666 standard. Each hardware component in SystemC is defined using C++ classes, which can contain subcomponents, supporting both Transaction Level Modeling (TLM) and net-level modeling. SystemC can…
Mastering Microstrip: The Key to High-Frequency Circuit Excellence
Why Use Microstrip in High-Frequency Circuit Design? The Prevalence of Microstrip Microstrip technology is commonly considered once operating frequencies exceed 300 MHz, and becomes a necessity beyond 900 MHz for effective circuit performance. Although it’s sometimes feasible to use standard PCB layouts for very small circuits at these frequencies, once you move into GHz ranges,…
[SoC Modelling] Intro
A System on Chip (SoC) integrates hardware and software to communicate with the outside world through various interfaces. The Electronic System Level (ESL) model of an SoC can simulate the entire system’s behavior, executing all the software that will run on the actual SoC with minimal modifications. An alternative name for an ESL model is…
Understanding the True Meaning of “Port” in RF Design
When people first encounter RF (Radio Frequency) design, they often find the term “port” unfamiliar. A quick look in the dictionary reveals that “port” means a “harbor” or “gateway,” a place where ships dock and depart. Similarly, in RF, a port is where signals enter and exit. But for those accustomed to low-frequency design, this…
[ESL Modelling] TLM (1)
SystemC was originally designed for detailed net-level hardware modeling but is now primarily used for various purposes, including: Two Coding Styles The Open SystemC Initiative (OSCI) recommended two coding styles: 1.0 and 2.0. While the 1.0 standard is somewhat easier to understand, the 2.0 standard is now more widely adopted due to its enhanced interoperability….