better explanation

This commit is contained in:
mariusmonton 2018-11-14 19:19:05 +01:00
parent aa2a47b571
commit 5b8862b251
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ Brief description of the modules:
* Memory: Memory highly based on TLM-2 example with read file capability
* Registers: Implements the register file, PC register & CSR registers
* Execute: Executes ISA instructions
* Executes C instruction extensions
* Executes M instruction extensions
* Instruction: Decodes instruction and acces to any instruction field
* C_Instruction: Decodes Compressed instructions (C extension)
* M_INstruction: Decodes Multiplication and Division instructions (M extension)