-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "Module:comp"
Line 2: | Line 2: | ||
function m.mpu_comp(frame) | function m.mpu_comp(frame) | ||
+ | |||
+ | if not frame.args.list then | ||
+ | return 'Error: Missing chip list to compare!' | ||
+ | end | ||
+ | |||
return "test" | return "test" | ||
end | end | ||
return m | return m |
Revision as of 17:21, 17 May 2017
Documentation for this module may be created at Module:comp/doc
local m = {}
function m.mpu_comp(frame)
if not frame.args.list then
return 'Error: Missing chip list to compare!'
end
return "test"
end
return m
Retrieved from "https://en.wikichip.org/w/index.php?title=Module:comp&oldid=42920"