summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBunnaroath Sou <bsou@sifive.com>2019-03-27 18:06:37 -0700
committerHsiang-Chia.Huang <hsiangchiah@sifive.com>2019-06-02 18:30:10 -0700
commit321b915ad91d2f28d605d2cd4c84d8360340a7c7 (patch)
tree0daea6d2211b4b1c7213d368759faf227ada4ea1
parent7fff977c8853a9c30f0017f4e47dd838b529997d (diff)
Update readme, and doc/sphinx to include coremark
-rw-r--r--README.md3
-rw-r--r--doc/sphinx/contents.rst4
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 922e588..d1c1a5c 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,9 @@ operating systems to RISC-V.
- Prints the SiFive banner and blinks LEDs
- dhrystone
- "Dhrystone" Benchmark Program by Reinhold P. Weicker
+ - coremark
+ - "CoreMark" Benchmark Program that measures the performance of embedded
+ microcrontrollers (MCU)
### Setting up the SDK ###
diff --git a/doc/sphinx/contents.rst b/doc/sphinx/contents.rst
index cad7f78..3a20bad 100644
--- a/doc/sphinx/contents.rst
+++ b/doc/sphinx/contents.rst
@@ -153,3 +153,7 @@ The example programs can be found under the ``software/`` directory.
- "Dhrystone" Benchmark Program by Reinhold P. Weicker
+- coremark
+
+ - "CoreMark" Benchmark Program that measures the performance of embedded
+ microcrontrollers (MCU)