From 2460a176855f659abadddb84f4c9a16804d68dba Mon Sep 17 00:00:00 2001
From: Stefan Frederik
Date: Wed, 19 Oct 2022 18:28:41 +0200
Subject: [PATCH] update docs (6) (ngspice install in
tutorial_xschem_sky130.html)
---
doc/xschem_man/tutorial_xschem_sky130.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/xschem_man/tutorial_xschem_sky130.html b/doc/xschem_man/tutorial_xschem_sky130.html
index 359cd262..f78e9444 100644
--- a/doc/xschem_man/tutorial_xschem_sky130.html
+++ b/doc/xschem_man/tutorial_xschem_sky130.html
@@ -27,7 +27,7 @@ p{padding: 15px 30px 10px;}
Install the Magic VLSI layout editor. Instructions here.
Install ngspice, by cloning the git source repository
- and building the program. If you want adms integration you must instal adms (sudo apt install adms).
+ and building the program. If you want adms integration you must instal adms (sudo apt-get install adms).
Otherwise run autogen.sh (see below) without the --adms option.
Without the --adms also the following ../configure ... line should have --enable-adms removed.
@@ -37,7 +37,7 @@ p{padding: 15px 30px 10px;}
git clone https://git.code.sf.net/p/ngspice/ngspice ngspice_git
cd ngspice_git
mkdir release
-## in order to run the following you must have adms installed (sudo apt install adms)
+## in order to run the following you must have adms installed (sudo apt-get install adms)
## Otherwise run without --adms and remove --enable-adms in the following ../configure... line.
./autogen.sh --adms
cd release
@@ -62,7 +62,7 @@ set ng_nomodcheck
Install Open_Pdks
that will provide among other things all the sky130 PDK data, including standard
- cells, SPICE models, layout data, timing information, design rules and also the Xschem symbols of available
+ cells, SPICE models, layout data, timing information, design rules and provides also also the Xschem symbols of available
silicon primitive devices and the set of locic standard cells built on top of these primitive devices.
Instructions are here.
Please ensure sufficient disk space is available (Open_pdks uses several GB, a lot of space can be recovered
@@ -188,7 +188,7 @@ schippes@mazinga:~/x/test_open_pdks$ ls -ltr ~/.xschem/simulations/
The default terminal used by xschem to run the simulator is xterm. I strongly suggest you to install xterm
- (on ubuntu/debian Linux: sudo apt install xterm) since it is a very small package and is not a broken terminal
+ (on ubuntu/debian Linux: sudo apt-get install xterm) since it is a very small package and is not a broken terminal
like most Gnome/KDE/LXDE stuff. You can however use any terminal editor by specifying the one to use in your xschemrc.
If not specified xschem defaults to xterm