From 2d8d3d0566e3bb639a9e733ee68b1c9ef1c49c60 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 22 Nov 2018 22:49:16 +0100 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 043ab87..3cefb4a 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ The following configuration results in 1.44 DMIPS/MHz: - single cycle multiplication with bypassing in the WB stage (late result) - dynamic branch prediction done in the F stage with a direct mapped target buffer cache (no penalties on correct predictions) +Note that recently, the capability to remove the Fetch/Memory/WriteBack stage was added to reduce the area of the CPU, which end up with a smaller CPU and a better DMIPS/Mhz for the small configurations. + ## Dependencies On Ubuntu 14 :