File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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+
7275In the asm directory there are some basic assembly examples.
7376
7477I "compile" one file with the follwing command:
You can’t perform that action at this time.
0 commit comments