From d2411e6515fbd81c325fcbf34113e04a121ec694 Mon Sep 17 00:00:00 2001 From: saurabhb17 Date: Thu, 28 Nov 2019 12:23:50 +0530 Subject: VHDL codes for PWM --- Example/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Example/README.md (limited to 'Example/README.md') 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. -- cgit