Content deleted Content added
W like wiki (talk | contribs) |
Guy Harris (talk | contribs) →Examples: And something that's *not* a PC chip. |
||
(37 intermediate revisions by 16 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
This template is for CPUs, SoCs and SiPs. For generic hardware components, see [[Template:Infobox computer hardware]].
{{Missing Information|<br>''one good example'' of this infobox would be nice here. But as long as three [[Template talk:Infobox CPU#Architecture|architecture]]-parameters and the four [[Template talk:Infobox CPU#Names (Products, models, variants)|name]]-parameters are not clearly defined it is difficult|date=October 2019}}
{{Parameter names example|name|hide_subheadings|image|image_size|alt|caption
|launching|produced-start|produced-end|soldby|designfirm|manuf1|manuf2|manuf3|manuf4|manuf5|manuf6|manuf7|manuf8|manuf9|manuf10
|application|cpuid|code
|slowest|slow-unit|fastest|fast-unit
|fsb-slowest|fsb-slow-unit|fsb-fastest|fsb-fast-unit
|hypertransport-slowest|hypertransport-slow-unit|hypertransport-fastest|hypertransport-fast-unit
|qpi-slowest|qpi-slow-unit|qpi-fastest|qpi-fast-unit
|dmi-slowest|dmi-slow-unit|dmi-fastest|dmi-fast-unit
|data-width|address-width|virtual-width
|l1cache|l2cache|l3cache|l4cache||llcache
|size-from|size-to|microarch|arch|instructions|extensions|numinstructions
|transistors|numcores|amountmemory|gpu|co-processor
|pack1|pack2|pack3|pack4|pack5
|sock1|sock2|sock3|sock4|sock5|sock6|sock7|sock8|sock9
|core1|core2|core3|core4|core5|core6|core7|core8|core9
|pcode1|pcode2|pcode3|pcode4|pcode5|pcode6|pcode7|pcode8|pcode9
|model1|model2|model3|model4|model5|model6|model7|model8|model9
|brand1|brand2|brand3|brand4|brand5|brand6|brand7|brand8|brand9
|variant|predecessor|successor|support status}}
<syntaxhighlight lang="wikitext" style="overflow: auto;">
{{Infobox CPU
| name
|
|
|
|
| caption =
<!----------------- General Info ----------------->
| launching =
| produced-start =
| produced-end
| soldby
| designfirm
| manuf1 = <!-- manuf1..10
|
|
<!----------------- Performance ------------------>
|
|
|
|
| fsb-
|
|
| fsb-fast-unit =
| hypertransport-slowest =
| hypertransport-fastest =
| hypertransport-slow-unit =
| hypertransport-fast-unit =
| qpi-slowest
| qpi-fastest
| qpi-slow-unit
| qpi-fast-unit
| dmi-slowest
| dmi-fastest
| dmi-slow-unit
| dmi-fast-unit
|
|
|
<!-------------------- Cache --------------------->
|
|
|
|
|
<!------- Architecture and classification -------->
|
|
|
|
|
|
|
|
<!----------- Physical specifications ------------>
|
|
|
|
| co-processor
| pack1 = <!-- pack1..9
| sock1 = <!-- sock1..9 -->
<!--------- Products, models, variants ----------->
| core1 = <!-- core1..9 -->
| pcode1 = <!-- pcode1..9 -->
| model1 = <!-- model1..9 -->
| brand1 = <!-- brand1..9 -->
| variant =
<!------------------ History ------------------->
| predecessor =
| successor =
<!------------------ Support status ------------------->
| support status =
}}
</syntaxhighlight>
{{clear}}
== Usage ==
<
{{Infobox CPU
| name = <!-- Device Name -->
| hide_subheadings = <!-- Any value here will hide the subheadings -->
|
|
|
|
<!----------------- General Info ------------------------------------------------------------------------------------->
| launching = <!-- Use if a CPU microarchitecture/series has not yet launched but its official release date is known -->
| produced-start = <!-- When production began / Launch date →see talkpage section #Dates -->
| produced-end = <!-- When production ended / Discontinued date →see talkpage section #Dates -->
| soldby = <!-- Often, but not always, the same as the designfirm and/or manuf1 -->
|
|
|
| code = <!-- numerical identifier for the CPU (product code) -->
<!----------------- Performance -------------------------------------------------------------------------------------->
| slowest = <!-- Lowest maximum CPU clock -->
| fastest = <!-- Highest maximum CPU clock -->
|
|
|
|
|
|
|
|
| hypertransport-slow-unit = <!-- Unit for slow speed. Default: GT/s -->
| hypertransport-fast-unit = <!-- Unit for fast speed. Default: GT/s -->
|
|
|
|
|
|
|
| dmi-fast-unit = <!-- Unit for fast speed. Default: GT/s -->
|
|
|
<!-------------------- Cache ----------------------------------------------------------------------------------------->
|
|
|
|
|
<!------- Architecture and classification ---------------------------------------------------------------------------->
|
|
|
|
| arch = <!-- Instruction set architecture (ISA) that the CPU implements →see talkpage section #Architecture -->
| instructions = <!-- Instruction sets →see talkpage section #Architecture -->
|
|
<!----------- Physical specifications -------------------------------------------------------------------------------->
|
|
| amountmemory = <!-- Amount of system RAM for SoC or SiP -->
| gpu = <!-- Integrated GPU -->
| co-processor = <!-- A [[co-processor]](s) used together -->
| pack1 = <!-- (1..5) Names of CPU packages -->
| sock1 = <!-- (1..9) Names of the sockets that the CPU was made for -->
<!--------- Products, models, variants ------------------------------------------------------------------------------->
| core1 = <!-- (1..9) Names of the cores →see talkpage section "Names (Products, models, variants)" -->
| pcode1 = <!-- (1..9) Product code names →see talkpage section "Names (Products, models, variants)" -->
| model1 = <!-- (1..9) Model names →see talkpage section "Names (Products, models, variants)" -->
| brand1 = <!-- (1..9) Marketing names of the CPU -->
| variant = <!-- Variants in the same family and generation →see talkpage section "Names (Products, models, variants)" -->
<!------------------ History --------------------------------------------------------------------------------------->
| predecessor = <!-- What CPU came before -->
| successor = <!-- What CPU came after -->
<!------------------ Support status --------------------------------------------------------------------------------->
| support status = <!-- Current support status -->
}}
</syntaxhighlight>
* All fields, except <code>name</code> are optional
*
:{|
| <code>created</code> || →better: <code>produced-start</code>, <code>produced-end</code>
|-
| <code>clock</code> || →better: <code>slowest</code>, <code>fastest</code>
|-
Line 142 ⟶ 196:
|-
| <code>socket</code> || →better: <code>sock1</code>...<code>sock9</code>
|}
* <code>manuf</code>, <code>core</code>, <code>sock</code>, <code>pack</code>, <code>arch</code>, and <code>microarch</code> are AutoLinks, so you can use plain text or a link for them.
* The numbered attributes mean that there is allowance for multiples.
* See the talk page for some examples which show the full usage of this infobox in a few combinations.
== Examples ==
* [[Haswell (microarchitecture)]]
* [[Pentium III]]
* [[Intel 80386]]
* [[Athlon#Athlon_Classic_(1999)|AMD Athlon]]
* [[Zen_(first_generation)|AMD Zen (1st Gen)]]
* [[IBM Telum]]
== See also ==
* {{tl|Infobox CPU architecture}}
* {{tl|Infobox CPU series}}
* {{tl|Infobox computer hardware}}
<includeonly>{{
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Computer hardware infobox templates|Cpu]]
|