From ad142671390c8fd25f114ba545c750df57363e86 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Mon, 29 May 2023 16:07:20 +0800 Subject: [PATCH] doc: add notice about how to run on nuclei riscv processor and nsdk 0.4.1 Signed-off-by: Huaqi Fang <578567190@qq.com> --- README.md | 2 ++ tensorflow/lite/micro/nuclei_evalsoc/README.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bae3fdb73..abb7e07f6be 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ TensorFlow Lite for Microcontrollers is a port of TensorFlow Lite designed to run machine learning models on DSPs, microcontrollers and other devices with limited memory. +> **NOTE**: Looking for how to run on Nuclei RISC-V Processor, please check [this guidance](tensorflow/lite/micro/nuclei_evalsoc/README.md) + Additional Links: * [Tensorflow github repository](https://github.com/tensorflow/tensorflow/) * [TFLM at tensorflow.org](https://www.tensorflow.org/lite/microcontrollers) diff --git a/tensorflow/lite/micro/nuclei_evalsoc/README.md b/tensorflow/lite/micro/nuclei_evalsoc/README.md index ac393e51b35..1711a8b7fb0 100644 --- a/tensorflow/lite/micro/nuclei_evalsoc/README.md +++ b/tensorflow/lite/micro/nuclei_evalsoc/README.md @@ -4,7 +4,11 @@ This folder contains TFLite kernel operations optimized for Nuclei RISC-V Proces It is designed to be portable even to 'bare metal', so it follows the same design goals as the micro experimental port. -## How to quick explore it +# How to quick explore it + +This TFLM support is done based on Nuclei SDK 0.4.1 release, see https://github.com/Nuclei-Software/nuclei-sdk/releases/tag/0.4.1 + +It mainly works on Nuclei Evaluation SoC, an fpga prototype SoC to test different kinds of Nuclei RISC-V Processor. ## Install third party requirements