summaryrefslogtreecommitdiff
path: root/Example/README.md
diff options
context:
space:
mode:
authorsaurabhb172019-11-28 12:23:50 +0530
committersaurabhb172019-11-28 12:23:50 +0530
commitd2411e6515fbd81c325fcbf34113e04a121ec694 (patch)
treefcac92561a3faf38ad74b9b68ebfb0b81000ee60 /Example/README.md
parentf9c1cefc99ecd38583e0fb32b5613632bc7ebf2d (diff)
downloadnghdl-d2411e6515fbd81c325fcbf34113e04a121ec694.tar.gz
nghdl-d2411e6515fbd81c325fcbf34113e04a121ec694.tar.bz2
nghdl-d2411e6515fbd81c325fcbf34113e04a121ec694.zip
VHDL codes for PWM
Diffstat (limited to 'Example/README.md')
-rw-r--r--Example/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Example/README.md b/Example/README.md
new file mode 100644
index 0000000..e3eb0cf
--- /dev/null
+++ b/Example/README.md
@@ -0,0 +1,9 @@
+Instructions on how to use the examples provided here:
+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 in eSim using the Open Project button, double click on it when the project is loaded in the "Projects" window.
+5. Click on the "Simulation" button on eSim Main window.
+
+NGHDL feature is still under development. 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.