aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-08-30 11:24:04 +0200
committerClifford Wolf <clifford@clifford.at>2016-08-30 11:24:04 +0200
commit6af226a385f898395389d71c9faadde130a17853 (patch)
tree36df1a9f7c4da37400611bbdbbf2989f6afafb73 /README.md
parentdc9b100814a9b4be684457e4ea74ef9940276a4f (diff)
downloadpicorv32-6af226a385f898395389d71c9faadde130a17853.tar.gz
picorv32-6af226a385f898395389d71c9faadde130a17853.zip
Using fast mul in dhrystone benchmark
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79c12be..bc3fe9b 100644
--- a/README.md
+++ b/README.md
@@ -345,11 +345,11 @@ When `BARREL_SHIFTER` is activated, a shift operation takes as long as
any other ALU operation.
The following dhrystone benchmark results are for a core with enabled
-`ENABLE_MUL`, `ENABLE_DIV`, and `BARREL_SHIFTER` options.
+`ENABLE_FAST_MUL`, `ENABLE_DIV`, and `BARREL_SHIFTER` options.
-Dhrystone benchmark results: 0.505 DMIPS/MHz (888 Dhrystones/Second/MHz)
+Dhrystone benchmark results: 0.521 DMIPS/MHz (916 Dhrystones/Second/MHz)
-For the Dhrystone benchmark the average CPI is 4.208.
+For the Dhrystone benchmark the average CPI is 4.081.
PicoRV32 Native Memory Interface