Property:Has architecture version
Jump to navigation
Jump to search
Page name for the CPU architecture version. The value depends on the architecture family. One of:
- x86
- i8086
- i286
- i386
- i486
- Pentium
- MMX
- ARM
- v2
- v3
- v4
- v5
- v6
- v7
- v8
- MIPS
- I
- II
- III
- IV
- V
- 68k
- 68010
- 68020
- 68030
- 68040
- 68060
Add others to this list as needed - try to be as generic as possible, avoiding part names and using interface names instead.
A
I
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_wpg", "allowed_values": [ "i8086", "i286", "i386", "i486", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "I", "II", "III", "IV", "V", "68010", "68020", "68030", "68040", "68060", "P5", "K6", "P6", "K7", "Netburst", "K8", "Core" ] } }