From 79a4771a7124926b7099bc0ab822bcc169c7c804 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 30 Oct 2023 23:55:23 +0100 Subject: [PATCH] update man page (xschem-sky130 integration) --- doc/xschem_man/tutorial_xschem_sky130.html | 4 ++-- tests/run_regression.tcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/xschem_man/tutorial_xschem_sky130.html b/doc/xschem_man/tutorial_xschem_sky130.html index 3d0dbb2a..cc131593 100644 --- a/doc/xschem_man/tutorial_xschem_sky130.html +++ b/doc/xschem_man/tutorial_xschem_sky130.html @@ -51,7 +51,7 @@ cd release ## build the program make ## install the program and needed files. -make install +sudo make install

IMPORTANT!!


@@ -87,7 +87,7 @@ cd open_pdks ## reported after each step. ./configure --enable-sky130-pdk make -make install
+sudo make install

If you want to install also the gf180mcu pdk replace the above ./configure command with the following:


diff --git a/tests/run_regression.tcl b/tests/run_regression.tcl index 94f1ae38..17dc56ec 100644 --- a/tests/run_regression.tcl +++ b/tests/run_regression.tcl @@ -57,4 +57,4 @@ foreach tc $tcases { } source test_utility.tcl -exec $xschem_cmd -q --script xschemtest.tcl > stefan_xschemtest.log 2>@1 +exec $xschem_cmd --pipe -q --script xschemtest.tcl > stefan_xschemtest.log 2>@1