updated README file with C_extensions module

This commit is contained in:
mariusmonton 2018-11-11 11:18:16 +01:00
parent 0f56cb0288
commit b5ae897d3c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Brief description of the modules:
* Registers: Implements the register file, PC register & CSR registers
* Execute: Executes ISA instructions
* Instruction: Decodes instruction and acces to any instruction field
* C_Instruction: Decodes Compressed instructions (C extension)
* Simulator: Top-level entity that builds & starts the simulation
* BusCtrl: Simple bus manager
* Trace: Simple trace peripheral