diff options
author | rahulp13 | 2022-02-10 02:11:27 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-10 02:11:27 +0530 |
commit | f45590edd3b693c05f9cf47995819490047af245 (patch) | |
tree | 4abc2e13b978d87109ce27e51547a5ff66c7f4c6 | |
parent | 9fd503877305f72e613c545fbe6b146a53bf4276 (diff) | |
download | nghdl-f45590edd3b693c05f9cf47995819490047af245.tar.gz nghdl-f45590edd3b693c05f9cf47995819490047af245.tar.bz2 nghdl-f45590edd3b693c05f9cf47995819490047af245.zip |
added doc for Ngveri
-rw-r--r-- | Ngspice_Version_Change.md | 4 | ||||
-rw-r--r-- | Ubuntu/README.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Ngspice_Version_Change.md b/Ngspice_Version_Change.md index afab85a..1662269 100644 --- a/Ngspice_Version_Change.md +++ b/Ngspice_Version_Change.md @@ -63,10 +63,10 @@ ``` with ```make - CMDIRS = spice2poly digital analog xtradev xtraevt table ghdl + CMDIRS = spice2poly digital analog xtradev xtraevt table ghdl Ngveri ``` -8. Create a **`ghdl` directory** with two empty files named `modpath.lst` and `udnpath.lst` at the location *`ngspice-nghdl/src/xspice/icm/`* +8. Create a **`ghdl`** and **`Ngveri`** directories at the location *`ngspice-nghdl/src/xspice/icm/`*, each with two empty files named `modpath.lst` and `udnpath.lst` > Note: For Ubuntu OS, now compress this new version of Ngspice to `ngspice-nghdl.tar.xz` file and replace the existing older tar file at the `master` branch of this repository. diff --git a/Ubuntu/README.md b/Ubuntu/README.md index cbc0adb..4a959c0 100644 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -9,9 +9,9 @@ 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` in the `nghdl` folder. +2. Add GHDL source code `ghdl-<version>.tar.xz` from the `installers` branch to the `nghdl` folder. -3. Add the installer script `install-nghdl.sh` in the `nghdl` folder. +3. Add the installer script `install-nghdl.sh` from the `installers` branch to the `nghdl` folder. 4. Add the NGHDL executable (if available) in `nghdl/src` folder. Also, remove following files from this folder: - `.git` folder |