From 67d208fab20e22714e44d4e72b7bd020c7111540 Mon Sep 17 00:00:00 2001 From: Naman Goyal <2015csb1021@iitrpr.ac.in> Date: Mon, 23 Oct 2017 22:35:57 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3003f7f..2e69845 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Table of contents Design Doc: ----------- -To design a Simple RISC Simulator in C++. +To design a Functional and Pipeline Simulator for simple RISC processor. It takes an Assembly Program converted to Instruction MEM File in Simple RISC language, an adapted version of RISC instruction set architecture designed by Dr. Smruti Ranjan Sarangi, IIT Delhi. -For understanding Simple RISC Language refer "Computer Organisation and Architecture" book by Dr. Sarangi, IITD. Link http://www.cse.iitd.ac.in/~srsarangi/archbooksoft.html +For understanding Simple RISC Language refer "Computer Organisation and Architecture" book by Dr. Sarangi, IIT Delhi. Link http://www.cse.iitd.ac.in/~srsarangi/archbooksoft.html FLOW DIAGRAM