Multicore processor system
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- HUAWEI TECH CO LTD
- Publication Date
- 2012-10-03
Smart Images
Figure 1
Abstract
Description
technical field
[0001] The invention relates to the technical field of processors, in particular to a multi-core processor system. Background technique
[0002] A single-chip multi-core processor (Chip Multi Processors, CMP for short) implements multiple processor units (Central Processor Unit, CPU for short) in one chip, and each CPU may also be called a core. The cores in the CMP share certain resources and can execute different processes in parallel. The programs executed by each core of the CMP sometimes need data sharing and synchronization, so the hardware structure of the CMP must support the communication between the cores. Currently, there are two mainstream inter-core communication mechanisms, one is a bus-shared cache memory (Cache) structure, and the other is a hardware message queue structure.
[0003] The bus-shared Cache structure means that each core has a shared second-level or third-level Cache, which is used to store more commonly used data, and the data...