minor changes
This commit is contained in:
parent
7254794fcd
commit
53b6234ecb
|
@ -33,3 +33,5 @@
|
||||||
|
|
||||||
Log.txt
|
Log.txt
|
||||||
helper.ods
|
helper.ods
|
||||||
|
*.swp
|
||||||
|
RISCV_TLM
|
||||||
|
|
|
@ -11,6 +11,7 @@ Brief description of the modules:
|
||||||
* Registers: Implements the register file and PC
|
* Registers: Implements the register file and PC
|
||||||
* 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
|
||||||
|
* Simulation: Top-level entity that builds & starts the simulation
|
||||||
|
|
||||||
Current performance is about 166000 instructions / sec in a Core-i5@2.2Ghz
|
Current performance is about 166000 instructions / sec in a Core-i5@2.2Ghz
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue