diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-03-26 14:30:38 -0700 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-03-26 15:13:59 -0700 |
commit | 9fa72b0f146f19cdb2fb407f8be5c3d8c4af2f46 (patch) | |
tree | 63648b010229776eb4d7ffd1486dd392e9e7c4c9 | |
parent | 96f7c530cc7ec894ed8c326a47dc496fb7b9c35f (diff) |
Update readme to include dhrystone
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -92,6 +92,8 @@ operating systems to RISC-V. - Demonstrates how to configure a Physical Memory Protection (PMP) region - sifive-welcome - Prints the SiFive banner and blinks LEDs + - dhrystone + - "Dhrystone" Benchmark Program by Reinhold P. Weicker ### Setting up the SDK ### @@ -181,6 +183,16 @@ with the `release` configuration, you would instead run the command make PROGRAM=timer-interrupt TARGET=coreip-s51-arty CONFIGURATION=release software ``` +##### Building an Benchmark Program #### + +Building a benchmark program is slightly special in that certain section is +required to be loaded in specific memory region. A specialize linker file has +been created for its optimal run. + +``` +make PROGRAM=dhrystone TARGET=coreip-e31-arty LINK_TARGET=ramrodata software +``` + #### Uploading to the Target Board #### ``` |