Skip to content

Commit

Permalink
fixed module name
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmm committed Oct 17, 2018
1 parent 744a201 commit aa334b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Brief description of the modules:
* CPU: Top entity that includes all other modules.
* Memory: Memory highly based on TLM-2 example with read file capability
* Registers: Implements the register file, PC register & CSR registers
* RISC_V_execute: Executes ISA instructions
* Execute: Executes ISA instructions
* Instruction: Decodes instruction and acces to any instruction field
* Simulator: Top-level entity that builds & starts the simulation
* BusCtrl: Simple bus manager
Expand All @@ -30,6 +30,7 @@ Current performance is about 284500 instructions / sec in a [email protected]


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



Expand Down Expand Up @@ -69,6 +70,8 @@ $ ./RISCV_TLM asm/BasicLoop.hex
```

## Test
See [Test page](Test) for more information.

In the asm directory there are some basic assembly examples.

I "compile" one file with the follwing command:
Expand Down

0 comments on commit aa334b5

Please sign in to comment.