From caef4e3753d2c76de5d7030fcc2e3a1c331c64c6 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 7 Aug 2017 13:38:07 +0200 Subject: Rename "spiflash" example to "picosoc" --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2cd6d62..2fc062b 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,11 @@ Simple instruction-level tests from [riscv-tests](https://github.com/riscv/riscv Another simple test firmware that runs the Dhrystone benchmark. +#### picosoc/ + +A simple example SoC using PicoRV32 that can execute code directly from a +memory mapped SPI flash. + #### scripts/ Various scripts and examples for different (synthesis) tools and hardware architectures. -- cgit