benchmark
This commit is contained in:
parent
35e688837a
commit
7254794fcd
|
@ -12,6 +12,8 @@ Brief description of the modules:
|
||||||
* RISC_V_execute: Executes every ISA instruction
|
* RISC_V_execute: Executes every ISA instruction
|
||||||
* Instruction: Decodes instruction and acces to any instruction field
|
* Instruction: Decodes instruction and acces to any instruction field
|
||||||
|
|
||||||
|
Current performance is about 166000 instructions / sec in a Core-i5@2.2Ghz
|
||||||
|
|
||||||
Helper classes:
|
Helper classes:
|
||||||
* Performance: Performance indicators stores here (singleton class)
|
* Performance: Performance indicators stores here (singleton class)
|
||||||
* Log: Log class to log them all (singleton class)
|
* Log: Log class to log them all (singleton class)
|
||||||
|
|
Loading…
Reference in New Issue