-
Notifications
You must be signed in to change notification settings - Fork 13
Create Spec Tools
Mark Polyakov edited this page Apr 27, 2017
·
2 revisions
To create a cpu, run npm run create-cpu. To create a gpu, run npm run create-gpu.
Most of the prompts will be for spec data, which is self-explanatory. Please use similar units to other parts. You can leave things empty. However, there are a few properties which are not so self-explanatory:
-
name: Should be a machine-readable name, with only alphanumeric characters and hyphens -
humanName: Like name, but what's displayed on the page. May have special characters and spaces. -
Inherits: A JSON representation of an array of things to inherit. For example, if you want to inherit just GCN 4,["GCN 4"] -
Custom data props: You can leave it empty, or provide a JSON array of non-standard data things to prompt for. For example, for Ryzen XFR stuff:["XFR Frequency", "XFR Support"] -
Write To: Where you want to save the generated file. See the page on spec file format to see where you should write it to.