From 91144582a01ea1462361e85aa43ebd1f985f1e76 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 20 Feb 2023 09:44:52 +0100 Subject: [PATCH] Remove duplicated lines. Remove reference to deprecated ADMS, add OSDI instead --- INSTALL | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 67e9f7fe6..ea2bdb479 100644 --- a/INSTALL +++ b/INSTALL @@ -198,12 +198,11 @@ This file describes the procedures to install ngspice from sources. 1.5.1 Most useful options: - --enable-adms - ADMS is an experimental model compiler that translates - Verilog-A compact models into C code that can be compiled into - ngspice. This is (as of ngspice-27) still experimental, some - features (e.g. noise) are missing. If you want to use it, please - refer to the ADMS section on ngspice web site. + --enable-osdi + Add the OSDI interface to ngspice. This interface allow to dynamically + load compiled Veriloag-A compact models. Compiling is done with + OpenVAF. Thus for the first time ngspice has access to modern + device models like BSOMBULK or BSIM_CMG. --enable-cider Cider is a mixed-level simulator that couples Spice3 and DSIM @@ -246,9 +245,6 @@ This file describes the procedures to install ngspice from sources. Enables a 'make check' with strongly reduced runtime. Besides some regression tests only BSIM3 and BSM4 devices are checked. - --enable-shortcheck - Enables a 'make check' with strongly reduced runtime. Besides some - regression tests only BSIM3 and BSM4 devices are checked. 1.5.2 Options Specific to Enable Ngspice as a shared library