diff options
author | rahulp13 | 2020-04-09 18:21:05 +0530 |
---|---|---|
committer | rahulp13 | 2020-04-09 18:21:05 +0530 |
commit | c1cf3ce037fc07bb39436475d9e310b1a2d36021 (patch) | |
tree | 01c48c20739f627215be12db23dbf59c87232211 /Examples/Mixed_Mode/README.md | |
parent | 798f4e8221a1d62269f5a4f7d18d368baa4fab98 (diff) | |
download | eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.tar.gz eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.tar.bz2 eSim-c1cf3ce037fc07bb39436475d9e310b1a2d36021.zip |
renamed NGHDL project examples
Diffstat (limited to 'Examples/Mixed_Mode/README.md')
-rw-r--r-- | Examples/Mixed_Mode/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Examples/Mixed_Mode/README.md b/Examples/Mixed_Mode/README.md new file mode 100644 index 00000000..25e373e5 --- /dev/null +++ b/Examples/Mixed_Mode/README.md @@ -0,0 +1,15 @@ +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) +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. +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. + +More examples will be added by eSim team along the way. +If you have a good command on VHDL and electronics, please feel free to contribute. + +Note : The Examples in this directory are for demonstration purpose of eSim's Mixed-Mode simulation feature executing as expected. |