From 5b8862b251ed1c3d9f2069d70560ed3564ab4bfd Mon Sep 17 00:00:00 2001 From: mariusmonton Date: Wed, 14 Nov 2018 19:19:05 +0100 Subject: [PATCH] better explanation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7440099..7bcbbc0 100644 --- a/README.md +++ b/README.md @@ -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)