From aa2a47b571be00458d621d321412b85bff2fea08 Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Wed, 14 Nov 2018 19:15:43 +0100 Subject: [PATCH] add M extensions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afe81cd..7440099 100644 --- a/README.md +++ b/README.md @@ -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