diff options
author | Huaqi Fang <578567190@qq.com> | 2020-04-28 22:43:40 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-04-29 15:06:36 +0530 |
commit | 4781545512537effc97ffb07079076cf0819842c (patch) | |
tree | db3af633eb1a50a61b3ebc9758dc95bc18a511b9 /docs | |
parent | 6585fabbcca24bf1c1df0582d048d93b3caf7ce7 (diff) |
platform: Add Nuclei UX600 platform
* Nuclei UX600 is a 64-bit RISC-V core developed
by Nuclei System Technology, see https://nucleisys.com/product.php
* The ISA is configurable in hardware on your demand
Signed-off-by: Huaqi Fang <578567190@qq.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/nuclei_ux600.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/platform/nuclei_ux600.md b/docs/platform/nuclei_ux600.md new file mode 100644 index 0000000..273b6b4 --- /dev/null +++ b/docs/platform/nuclei_ux600.md @@ -0,0 +1,22 @@ + +Nuclei UX600 Platform +===================== + +The **Nuclei UX600** is a 64-bit RISC-V Core which is capable of running Linux. + +> Nuclei UX600: single core, pipeline as single-issue and 6~9 variable stages, in-order dispatch and out-of-order write-back, running up to >1.2GHz + +To build the platform-specific library and firmware images, provide the +*PLATFORM=nuclei/ux600* parameter to the top level `make` command. + +Platform Options +---------------- + +The *Nuclei UX600* platform does not have any platform-specific options. + +Building Nuclei UX600 Platform +------------------------------ + +``` +make PLATFORM=nuclei/ux600 clean all +``` |