diff options
author | rahulp13 | 2020-02-20 16:11:56 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-20 16:11:56 +0530 |
commit | 295534960d75ac94c5f50fd9a6a3cecfc48c0f12 (patch) | |
tree | c497e49f5638cb4f1fcdb5d12ef13e74ccd1a95e /readme.md | |
parent | 73ac34b39b95356f49ca833b071e7cb5c9f6a25f (diff) | |
download | nghdl-295534960d75ac94c5f50fd9a6a3cecfc48c0f12.tar.gz nghdl-295534960d75ac94c5f50fd9a6a3cecfc48c0f12.tar.bz2 nghdl-295534960d75ac94c5f50fd9a6a3cecfc48c0f12.zip |
packaging with pyinstaller
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,8 +7,9 @@ It contains all the documenation for making installations on various platforms. ## How to package NGHDL with eSim? 1. Add GHDL executable and the corresponding installer for the target OS in the `nghdl` folder. -> Note : Instructions on how to generate GHDL executable and distribute it are provided under -> respective target OS directory. +> Note : Instructions on how to generate NGHDL executable and distribute it along with GHDL are +> provided under respective target OS directory. 2. Rename `nghdl` folder as `nghdl-master` and compress it to `.zip` format. + 3. Place this compressed file in `eSim-<version>` folder. |