From f282366200a59dc5ebbeae704fb5850c310e98bc Mon Sep 17 00:00:00 2001
From: bdc1g19 <bdc1g19@soton.ac.uk>
Date: Sun, 30 May 2021 16:19:25 +0000
Subject: [PATCH] Add README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1641645
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+Currently a project in progress.
+
+Current implementation is using a multicyle MIPs style processor.
+Not all instructions are implemented yet and the MIPs current doesnt have dedicated data memory.
+
+
+Future plans include the implementation of all instructions and datamemory.
+In addition to pipeline the design.
-- 
GitLab