From f45590edd3b693c05f9cf47995819490047af245 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 10 Feb 2022 02:11:27 +0530 Subject: added doc for Ngveri --- Ngspice_Version_Change.md | 4 ++-- 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-.tar.xz` in the `nghdl` folder. +2. Add GHDL source code `ghdl-.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 -- cgit