diff options
-rw-r--r-- | Examples/NGHDL_Examples/README.md | 4 | ||||
-rw-r--r-- | INSTALL | 28 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | VERSION | 2 |
4 files changed, 20 insertions, 16 deletions
diff --git a/Examples/NGHDL_Examples/README.md b/Examples/NGHDL_Examples/README.md index 0842f75e..84fc294a 100644 --- a/Examples/NGHDL_Examples/README.md +++ b/Examples/NGHDL_Examples/README.md @@ -2,9 +2,9 @@ Instructions on how to use the following examples provided in this directory: These examples are supported by the NGHDL feature. In order to simulate the examples listed above, follow the below instructions. - (Note that NGHDL feature is only for Ubuntu Linux OS users as of on 27th November 2019) + (Note that NGHDL feature is only for Ubuntu Linux OS users) 1. Go to eSim main window -> Click on NGHDL icon from the left toolbar, click on the 'browse' button, go to ../nghdl/Example/ and locate which example you wish to simulate. -2. After opening the directory of desired example, locate the vhdl file , click on the "Open" button at the bottom of "Open File" window. +2. After opening the directory of desired example, locate the vhdl file, click on the "Open" button at the bottom of "Open File" window. 3. Click on 'upload' button in the NGHDL pop-up window. File will be processed in the backend for few seconds. Now exit the NGHDL window. 4. Open the desired example under eSim/Examples/NGHDL_Examples/ using the Open Project button, double click on the project when the project is loaded in the "Projects" window. 5. Click on the "Simulation" button on eSim Main window. @@ -10,21 +10,25 @@ Table of contents -1. eSim installation in Ubuntu. +1. eSim installation in Ubuntu OS - After downloading eSim, extract it using: + After downloading eSim, extract it using: - $ unzip eSim-2.0.zip + $ unzip eSim-2.0.zip - Now change directories in to the top-level source directory (where this INSTALL file can be found). + Now change directories in to the top-level eSim directory (where this INSTALL file can be found). - To install eSim and other dependecies run the following command. + To install eSim and other dependencies, run the following command : - $ ./install-eSim.sh --install + $ ./install-eSim.sh --install - Above script will install eSim along with dependencies. + Above script will install eSim along with dependencies. - Please report any eSim installation related issue/error at forums.fossee.in + To uninstall eSim and all of its components, run the following command : + + $ ./install-eSim.sh --uninstall + + Please report any eSim installation related issue/error at forums.fossee.in How to Run eSim ================= @@ -36,12 +40,12 @@ Table of contents B. Double click eSim desktop icon -2. eSim installation in Windows - After downloading eSim for Windows from esim.fossee.in , extract it. Disable the antivirus (if any). +2. eSim installation in Windows OS - Now right click the `Setup.exe` and `run it as Administrator`. And then follow the instruction. + Download eSim for Windows OS from "https://esim.fossee.in/". Disable the antivirus (if any). - Note : Please make sure you run it as administrator otherwise it won't set the environment variable properly. + Now double click on eSim installer and then follow the instruction to install eSim. + To uninstall eSim and all of its components, run the uninstaller "uninst-eSim.exe" located at top-level eSim directory (where this INSTALL file can be found). @@ -30,7 +30,7 @@ It is released under GNU GPL License. It runs on Ubuntu OS versions 16.04 and ab To use eSim on your machine please refer to link [here](https://esim.fossee.in/downloads) for installation and other guidelines. ## eSim Manual -To know everything about eSim, how it works and it's feature please download manual [here](https://static.fossee.in/esim/manuals/eSim_Manual_2019_Dec_31.pdf) +To know everything about eSim, how it works and it's feature please download manual [here](https://static.fossee.in/esim/manuals/eSim_Manual_2.0.pdf) ## Contact For any queries regarding eSim please write us on at this [address](mailto:contact-esim@fossee.in). @@ -1 +1 @@ -2.0.0
\ No newline at end of file +2.0
\ No newline at end of file |