missing newline at end of file
This commit is contained in:
parent
5d1bc8e55d
commit
2bcadae16c
2
INSTALL
2
INSTALL
|
|
@ -654,4 +654,4 @@ Most of the options now following are not well maintained, are not tested or eve
|
||||||
may look like
|
may look like
|
||||||
./configure --enable-adms --enable-xspice --enable-cider --enable-openmp
|
./configure --enable-adms --enable-xspice --enable-cider --enable-openmp
|
||||||
--disable-debug CFLAGS=-m32 LDFLAGS=-m32 prefix=C:/Spice
|
--disable-debug CFLAGS=-m32 LDFLAGS=-m32 prefix=C:/Spice
|
||||||
tested with TDM mingw.
|
tested with TDM mingw.
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@ Mslib is free for everyone who think that it might by useful for
|
||||||
him. If someone makes it better please e-mail me.
|
him. If someone makes it better please e-mail me.
|
||||||
|
|
||||||
Michael Widlok
|
Michael Widlok
|
||||||
widlok@uci.agh.edu.pl
|
widlok@uci.agh.edu.pl
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,4 @@ that it will better to enclose all used programs in this packet. Spiceprm
|
||||||
has it's own directory with very good readme and examples. If You want to
|
has it's own directory with very good readme and examples. If You want to
|
||||||
find out more about libprm or mslib look for the source code. These are rather
|
find out more about libprm or mslib look for the source code. These are rather
|
||||||
short and easy programs - they are all that I could write in quite short
|
short and easy programs - they are all that I could write in quite short
|
||||||
time.
|
time.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,3 @@ parameters I have written a small shell script "libprm". This program
|
||||||
automatic runs spiceprm and mslib on Your's deck to give a working spice
|
automatic runs spiceprm and mslib on Your's deck to give a working spice
|
||||||
input file. To see how this all works please read "libprm_readme" and
|
input file. To see how this all works please read "libprm_readme" and
|
||||||
spiceprm readme.
|
spiceprm readme.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -2,4 +2,4 @@ These scripts are free for everyone who think that they might by useful for
|
||||||
him. If someone makes them better please e-mail me.
|
him. If someone makes them better please e-mail me.
|
||||||
|
|
||||||
Michael Widlok
|
Michael Widlok
|
||||||
widlok@uci.agh.edu.pl
|
widlok@uci.agh.edu.pl
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,4 @@ that it will better to enclose all used programs in this packet. Spiceprm
|
||||||
has it's own directory with very good readme and examples. If You want to
|
has it's own directory with very good readme and examples. If You want to
|
||||||
find out more about libprm or mslib look for the source code. These are rather
|
find out more about libprm or mslib look for the source code. These are rather
|
||||||
short and easy programs - they are all that I could write in quite short
|
short and easy programs - they are all that I could write in quite short
|
||||||
time.
|
time.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -84,4 +84,4 @@ plot v4mag xlimit 500 1500
|
||||||
rusage
|
rusage
|
||||||
.endc
|
.endc
|
||||||
|
|
||||||
.END
|
.END
|
||||||
|
|
|
||||||
|
|
@ -117,4 +117,4 @@ plot smithgrid S11 S12
|
||||||
wrs2p s3046.s2p $ write touchstone vers. 1 file s3046.s2p
|
wrs2p s3046.s2p $ write touchstone vers. 1 file s3046.s2p
|
||||||
.endc
|
.endc
|
||||||
|
|
||||||
.end
|
.end
|
||||||
|
|
|
||||||
|
|
@ -54,4 +54,4 @@ meas tran ymax MAX v(2) from=2m to=3m
|
||||||
meas tran tmax WHEN v(2)=YMAX from=1m to=2m $ from..to.. not recognized!
|
meas tran tmax WHEN v(2)=YMAX from=1m to=2m $ from..to.. not recognized!
|
||||||
|
|
||||||
.endc
|
.endc
|
||||||
.end
|
.end
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,3 @@ LIBRARY spice
|
||||||
DESCRIPTION "tclspice"
|
DESCRIPTION "tclspice"
|
||||||
EXPORTS
|
EXPORTS
|
||||||
_Spice_Init
|
_Spice_Init
|
||||||
|
|
||||||
Loading…
Reference in New Issue