diff options
Diffstat (limited to 'Windows/spice/examples/snapshot/adder_snload.script')
-rw-r--r-- | Windows/spice/examples/snapshot/adder_snload.script | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Windows/spice/examples/snapshot/adder_snload.script b/Windows/spice/examples/snapshot/adder_snload.script deleted file mode 100644 index f5556347..00000000 --- a/Windows/spice/examples/snapshot/adder_snload.script +++ /dev/null @@ -1,15 +0,0 @@ -* SCRIPT: ADDER - 4 BIT BINARY -* script to reload circuit and continue the simulation -* begin with editing the file location -* to be started with 'ngspice adder_snload.script' - -.control -* cd to where all files are located -cd D:\Spice_general\ngspice\examples\snapshot -* load circuit and snpashot file -snload adder_mos_circ.cir adder500.snap -* continue simulation -resume -* plot some node voltages -plot v(10) v(11) v(12) -.endc |