From ec19a271375aa1063456ba81012446c9d629b087 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 6 Aug 2020 00:56:02 +0530 Subject: reorganized files --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b86b7c3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +NGHDL Installers +==== + +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 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-` folder. -- cgit