update man page (xschem-sky130 integration)

This commit is contained in:
stefan schippers 2023-10-30 23:55:23 +01:00
parent 7842890f0c
commit 79a4771a71
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ cd release
## build the program
make
## install the program and needed files.
make install
sudo make install
</pre><br><br>
<h2 style="text-align: center;">IMPORTANT!!</h2><br>
<p class="important">
@ -87,7 +87,7 @@ cd open_pdks
## reported after each step.
./configure --enable-sky130-pdk
make
make install </pre><br>
sudo make install </pre><br>
<p class="important"> If you want to install also the gf180mcu pdk replace the above ./configure command
with the following:</p> <br>

View File

@ -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