diff options
Diffstat (limited to 'Ubuntu/README.md')
-rw-r--r-- | Ubuntu/README.md | 12 |
1 files 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-<version>.tar.xz` from the `installers` branch to the `nghdl` folder. +2. Add GHDL source code `ghdl-<version>.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-<version>.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-<version>` folder. +7. Place this compressed file in `eSim-<version>` folder. |