forked from Mirrors/opensbi

* 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>
23 lines
633 B
Markdown
23 lines
633 B
Markdown
|
|
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
|
|
```
|