From 80a8b40d2f1df52b2e1bf3b2b6c8c8c21f31e322 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Mon, 21 Feb 2022 18:10:31 +0530 Subject: Added detailed instructions for installers branch --- Ubuntu/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Ubuntu/README.md b/Ubuntu/README.md index 4a959c0..b0c9521 100644 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -9,17 +9,19 @@ It contains the documentation to package NGHDL for Ubuntu OS. 1. Take the `master` branch containing the source code. Rename the folder to `nghdl`. -2. Add GHDL source code `ghdl-.tar.xz` from the `installers` branch to the `nghdl` folder. +2. Add GHDL source code `ghdl-.tar.xz` from the `installers` branch in the `nghdl` folder. -3. Add the installer script `install-nghdl.sh` from the `installers` branch to the `nghdl` folder. +3. Add Verilator source code `verilator-.tar.xz` from the `installers` branch in the `nghdl` folder. -4. Add the NGHDL executable (if available) in `nghdl/src` folder. Also, remove following files from this folder: +4. Add the installer script `install-nghdl.sh` from the `installers` branch in the `nghdl` folder. + +5. Add the NGHDL executable (if available) in `nghdl/src` folder. Also, remove following files from this folder: - `.git` folder - all python files (Applicable only if eSim executable is used) - GHDLside.md - Workflow.md - .gitignore -2. Compress it to `.zip` format. +6. Compress it directly to the `.zip` format. -3. Place this compressed file in `eSim-` folder. +7. Place this compressed file in `eSim-` folder. -- cgit