From 0b460d0566c910b8f2143098b1b27ff52a421cea Mon Sep 17 00:00:00 2001
From: darcihp <dltj007@gmail.com>
Date: Wed, 30 Sep 2015 21:58:40 -0300
Subject: [PATCH] Readme instructions

---
 README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/README.md b/README.md
index e69de29..99e0162 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,51 @@
+***scMIPS***
+1 - It's a simple vhdl description of Patterson and Hennessy MIPS processor.
+
+2 - Arquitecture.pdf describe the processor like was done. To understand VHDL description it is highly recommend to follow the mentioned archive.
+
+3 - As you see it is not a complete FPGA project. It is just .vhd files. To run and simulate the processor we recommend the lecture of links above:
+
+	Download Xilinx ISE:
+		http://www.xilinx.com/products/design-tools/ise-design-suite.html
+	
+	Getting a license:
+		If you had problems during installation to generate your free license:
+		http://www.xilinx.com/support/licensing_solution_center.htm
+
+	Getting start with ISE:
+		www.xilinx.com/itp/xilinx10/books/docs/qst/qst.pdf
+
+4 - After install Xilinx ISE you will probably find it diffult to run it. 
+
+Concerning Ubuntu OS the following steps should be performed.
+
+		Open a terminal and enter:
+		
+		cd /opt/Xilinx/14.7/ISE_DS
+		sudo gedit run_ise.sh
+
+		Paste the following code in the end of file
+
+		#!/bin/bash
+		. /opt/Xilinx/14.7/ISE_DS/settingsXX.sh
+		ise
+
+		DON'T FORGET TO Replace settingsXX to your computer arquitecture.
+	
+		Save and close file.
+
+		Back in the command line, enter:
+
+		sudo chmod +x run_ise.sh   
+		As you now it makes the file executable
+
+		Enter:
+		ise 
+		We hope it is going to launch the Xilinx ISE software
+
+Concerning Windows OS
+		No necessary comments. It is just a click click and click.
+
+5 - Questions?
+	Darci Luiz Tomasi Junior
+	dltj007@gmail.com
-- 
GitLab