From 7254794fcda21513bca2e7a7dbfa020a8090f98c Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Tue, 11 Sep 2018 23:34:30 +0200 Subject: [PATCH] benchmark --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6caa271..500bbad 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Brief description of the modules: * RISC_V_execute: Executes every ISA instruction * Instruction: Decodes instruction and acces to any instruction field +Current performance is about 166000 instructions / sec in a Core-i5@2.2Ghz + Helper classes: * Performance: Performance indicators stores here (singleton class) * Log: Log class to log them all (singleton class)