Skip to content

Commit aa334b5

Browse files
committed
fixed module name
1 parent 744a201 commit aa334b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Brief description of the modules:
1616
* CPU: Top entity that includes all other modules.
1717
* Memory: Memory highly based on TLM-2 example with read file capability
1818
* Registers: Implements the register file, PC register & CSR registers
19-
* RISC_V_execute: Executes ISA instructions
19+
* Execute: Executes ISA instructions
2020
* Instruction: Decodes instruction and acces to any instruction field
2121
* Simulator: Top-level entity that builds & starts the simulation
2222
* BusCtrl: Simple bus manager
@@ -30,6 +30,7 @@ Current performance is about 284500 instructions / sec in a [email protected]
3030

3131

3232
### Structure
33+
![Modules' hierarchy](https://github.com/mariusmm/RISC-V-TLM/blob/master/doc/Hierarchy.png)
3334

3435

3536

@@ -69,6 +70,8 @@ $ ./RISCV_TLM asm/BasicLoop.hex
6970
```
7071

7172
## Test
73+
See [Test page](Test) for more information.
74+
7275
In the asm directory there are some basic assembly examples.
7376

7477
I "compile" one file with the follwing command:

0 commit comments

Comments
 (0)