Skip to content

Commit

Permalink
doc: add notice about how to run on nuclei riscv processor and nsdk 0…
Browse files Browse the repository at this point in the history
….4.1

Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed May 29, 2023
1 parent a8f39b8 commit ad14267
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion tensorflow/lite/micro/nuclei_evalsoc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad14267

Please sign in to comment.