add M extensions

This commit is contained in:
mariusmonton 2018-11-14 19:15:43 +01:00
parent a8bdc37c12
commit aa2a47b571
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Brief description of the modules:
* Execute: Executes ISA instructions
* 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)
* Simulator: Top-level entity that builds & starts the simulation
* BusCtrl: Simple bus manager
* Trace: Simple trace peripheral